public class TenantAwareCache<T,V> extends Object
Modifier and Type | Method and Description |
---|---|
static <T,V> TenantAwareCache<T,V> |
create(Supplier<String> tenantSupplier,
Supplier<T> valueSupplier,
Supplier<V> validatorSupplier) |
static <T> TenantAwareCache<T,com.sap.cds.reflect.CdsModel> |
create(Supplier<T> valueSupplier,
CdsRuntime runtime) |
T |
findOrCreate() |
public static <T> TenantAwareCache<T,com.sap.cds.reflect.CdsModel> create(Supplier<T> valueSupplier, CdsRuntime runtime)
public static <T,V> TenantAwareCache<T,V> create(Supplier<String> tenantSupplier, Supplier<T> valueSupplier, Supplier<V> validatorSupplier)
public T findOrCreate()
Copyright © 2023. All rights reserved.