Uses of Class
org.linuxforhealth.fhir.cache.CacheManager.Configuration
-
-
Uses of CacheManager.Configuration in org.linuxforhealth.fhir.cache
Methods in org.linuxforhealth.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, java.time.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(java.time.Duration duration)
A factory method for creating the configuration of a cache with a time-based eviction policyMethods in org.linuxforhealth.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(java.lang.String cacheName, CacheManager.Configuration configuration)
Get or create the managed cache with the given name for the current tenant.static <K,V>
java.util.Map<K,V>CacheManager. getCacheAsMap(java.lang.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 org.linuxforhealth.fhir.profile
Fields in org.linuxforhealth.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 org.linuxforhealth.fhir.server.registry
Fields in org.linuxforhealth.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 org.linuxforhealth.fhir.server.resolve
Fields in org.linuxforhealth.fhir.server.resolve declared as CacheManager.Configuration Modifier and Type Field Description static CacheManager.Configuration
ServerResolveFunction. RESOURCE_CACHE_CONFIGURATION
-
Uses of CacheManager.Configuration in org.linuxforhealth.fhir.term.util
Fields in org.linuxforhealth.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
-