Class ValidationSupportChain.CacheConfiguration
java.lang.Object
org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain.CacheConfiguration
- Enclosing class:
ValidationSupportChain
- Since:
- 5.4.0
-
Method Summary
Modifier and TypeMethodDescriptionCreates a cache configuration with sensible default values: 10 minutes expiry, and 5000 cache entries.disabled()
int
long
setCacheSize
(int theCacheSize) setCacheTimeout
(Duration theCacheTimeout)
-
Method Details
-
getCacheTimeout
-
setCacheTimeout
-
getCacheSize
-
setCacheSize
-
defaultValues
Creates a cache configuration with sensible default values: 10 minutes expiry, and 5000 cache entries. -
disabled
-