Package com.sap.cds.services.utils
Class TenantAwareCache<T,V>
java.lang.Object
com.sap.cds.services.utils.TenantAwareCache<T,V>
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T,V> TenantAwareCache<T, V> static <T> TenantAwareCache<T,com.sap.cds.reflect.CdsModel> create(Supplier<T> valueSupplier, CdsRuntime runtime)
-
Method Details
-
create
public static <T> TenantAwareCache<T,com.sap.cds.reflect.CdsModel> create(Supplier<T> valueSupplier, CdsRuntime runtime) -
create
public static <T,V> TenantAwareCache<T,V> create(Supplier<String> tenantSupplier, Supplier<T> valueSupplier, Supplier<V> validatorSupplier) -
findOrCreate
-