Uses of Class
com.ibm.fhir.cache.CacheManager.Configuration
-
Packages that use CacheManager.Configuration Package Description com.ibm.fhir.cache 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.ConfigurationCacheManager.Configuration. of(int maximumSize)A factory method for creating the configuration of a cache with a time-based eviction policystatic CacheManager.ConfigurationCacheManager.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.ConfigurationCacheManager.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.server.registry
Fields in com.ibm.fhir.server.registry declared as CacheManager.Configuration Modifier and Type Field Description static CacheManager.ConfigurationServerRegistryResourceProvider. 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.ConfigurationServerResolveFunction. 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.ConfigurationCodeSystemSupport. ANCESTORS_AND_SELF_CACHE_CONFIGstatic CacheManager.ConfigurationValueSetSupport. CODE_SET_MAP_CACHE_CONFIGstatic CacheManager.ConfigurationCodeSystemSupport. DESCENDANTS_AND_SELF_CACHE_CONFIG
-