Package ca.uhn.fhir.jpa.api.model
Class WarmCacheEntry
java.lang.Object
ca.uhn.fhir.jpa.api.model.WarmCacheEntry
Denotes a search that should be performed in the background
periodically in order to keep a fresh copy in the query cache.
This improves performance for searches by keeping a copy
loaded in the background.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
long
getUrl()
int
hashCode()
setPeriodMillis
(long thePeriodMillis)
-
Constructor Details
-
WarmCacheEntry
public WarmCacheEntry()
-
-
Method Details