
Uses of Class
ca.uhn.fhir.jpa.api.model.WarmCacheEntry
Packages that use WarmCacheEntry
-
Uses of WarmCacheEntry in ca.uhn.fhir.jpa.api.config
Methods in ca.uhn.fhir.jpa.api.config that return types with arguments of type WarmCacheEntryModifier and TypeMethodDescriptionJpaStorageSettings.getWarmCacheEntries()
Returns a set of searches that should be kept "warm", meaning that searches will periodically be performed in the background to keep results ready for this searchMethod parameters in ca.uhn.fhir.jpa.api.config with type arguments of type WarmCacheEntryModifier and TypeMethodDescriptionvoid
JpaStorageSettings.setWarmCacheEntries
(List<WarmCacheEntry> theWarmCacheEntries) -
Uses of WarmCacheEntry in ca.uhn.fhir.jpa.api.model
Methods in ca.uhn.fhir.jpa.api.model that return WarmCacheEntry