Uses of Class
com.sap.cds.services.utils.TenantAwareCache
Packages that use TenantAwareCache
-
Uses of TenantAwareCache in com.sap.cds.services.utils
Methods in com.sap.cds.services.utils that return TenantAwareCacheModifier and TypeMethodDescriptionstatic <T,V> TenantAwareCache<T, V> TenantAwareCache.create(Supplier<String> tenantSupplier, Supplier<T> valueSupplier, Supplier<V> validatorSupplier) static <T> TenantAwareCache<T,com.sap.cds.reflect.CdsModel> TenantAwareCache.create(Supplier<T> valueSupplier, CdsRuntime runtime)