Package ca.uhn.fhir.jpa.util
Enum MemoryCacheService.CacheEnum
- All Implemented Interfaces:
Serializable
,Comparable<MemoryCacheService.CacheEnum>
- Enclosing class:
MemoryCacheService
-
Enum Constant Summary
Enum ConstantDescriptionTODO: JA this is duplicate with the CachingValidationSupport cache.Key type: Long Value type: Optional<String>Key type:MemoryCacheService.ForcedIdCacheKey
Value type: JpaResourceLookup -
Method Summary
Modifier and TypeMethodDescriptionClass
<?> static MemoryCacheService.CacheEnum
Returns the enum constant of this type with the specified name.static MemoryCacheService.CacheEnum[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
TAG_DEFINITION
-
RESOURCE_LOOKUP_BY_FORCED_ID
Key type:MemoryCacheService.ForcedIdCacheKey
Value type: JpaResourceLookup -
FORCED_ID_TO_PID
-
FHIRPATH_EXPRESSION
-
PID_TO_FORCED_ID
Key type: Long Value type: Optional<String> -
CONCEPT_TRANSLATION
TODO: JA this is duplicate with the CachingValidationSupport cache. A better solution would be to drop this cache for this item, and to create a new CachingValidationSupport implementation which uses the MemoryCacheService for all of its caches. -
MATCH_URL
-
CONCEPT_TRANSLATION_REVERSE
-
RESOURCE_CONDITIONAL_CREATE_VERSION
-
HISTORY_COUNT
-
NAME_TO_PARTITION
-
ID_TO_PARTITION
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
getKeyType
-