Package ca.uhn.fhir.jpa.util
Class ResourceCountCache
java.lang.Object
ca.uhn.fhir.jpa.util.ResourceCountCache
- All Implemented Interfaces:
ca.uhn.fhir.jpa.model.sched.IHasScheduledJobs
public class ResourceCountCache
extends Object
implements ca.uhn.fhir.jpa.model.sched.IHasScheduledJobs
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
get()
void
scheduleJobs
(ca.uhn.fhir.jpa.model.sched.ISchedulerService theSchedulerService) void
setCacheMillis
(long theCacheMillis) void
update()
-
Constructor Details
-
ResourceCountCache
Constructor
-
-
Method Details
-
clear
-
get
-
setCacheMillis
-
update
-
scheduleJobs
- Specified by:
scheduleJobs
in interfaceca.uhn.fhir.jpa.model.sched.IHasScheduledJobs
-