Uses of Class
com.ibm.fhir.cache.CacheManager.Configuration
-
Packages that use CacheManager.Configuration Package Description com.ibm.fhir.cache com.ibm.fhir.profile com.ibm.fhir.server.registry com.ibm.fhir.server.resolve com.ibm.fhir.term.util -
-
Uses of CacheManager.Configuration in com.ibm.fhir.cache
Methods in com.ibm.fhir.cache that return CacheManager.Configuration Modifier and Type Method Description static CacheManager.Configuration
CacheManager.Configuration. of(int maximumSize)
A factory method for creating the configuration of a cache with a time-based eviction policystatic CacheManager.Configuration
CacheManager.Configuration. of(int maximumSize, Duration duration)
A factory method for creating the configuration of a cache with both size and time-based eviction policiesstatic CacheManager.Configuration
CacheManager.Configuration. of(Duration duration)
A factory method for creating the configuration of a cache with a time-based eviction policyMethods in com.ibm.fhir.cache with parameters of type CacheManager.Configuration Modifier and Type Method Description static <K,V>
com.github.benmanes.caffeine.cache.Cache<K,V>CacheManager. getCache(String cacheName, CacheManager.Configuration configuration)
Get or create the managed cache with the given name for the current tenant.static <K,V>
Map<K,V>CacheManager. getCacheAsMap(String cacheName, CacheManager.Configuration configuration)
Get or create the managed cache with the given name for the current tenant as a thread-safe map. -
Uses of CacheManager.Configuration in com.ibm.fhir.profile
Fields in com.ibm.fhir.profile declared as CacheManager.Configuration Modifier and Type Field Description static CacheManager.Configuration
ProfileSupport. BINDING_CACHE_CONFIG
static CacheManager.Configuration
ProfileSupport. CONSTRAINT_CACHE_CONFIG
static CacheManager.Configuration
ProfileSupport. ELEMENT_DEF_CACHE_CONFIG
-
Uses of CacheManager.Configuration in com.ibm.fhir.server.registry
Fields in com.ibm.fhir.server.registry declared as CacheManager.Configuration Modifier and Type Field Description static CacheManager.Configuration
ServerRegistryResourceProvider. REGISTRY_RESOURCE_CACHE_CONFIGURATION
-
Uses of CacheManager.Configuration in com.ibm.fhir.server.resolve
Fields in com.ibm.fhir.server.resolve declared as CacheManager.Configuration Modifier and Type Field Description static CacheManager.Configuration
ServerResolveFunction. RESOURCE_CACHE_CONFIGURATION
-
Uses of CacheManager.Configuration in com.ibm.fhir.term.util
Fields in com.ibm.fhir.term.util declared as CacheManager.Configuration Modifier and Type Field Description static CacheManager.Configuration
CodeSystemSupport. ANCESTORS_AND_SELF_CACHE_CONFIG
static CacheManager.Configuration
ValueSetSupport. CODE_SET_MAP_CACHE_CONFIG
static CacheManager.Configuration
CodeSystemSupport. DESCENDANTS_AND_SELF_CACHE_CONFIG
-