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
  • Constructor Details

  • Method Details

    • clear

      public void clear()
    • get

      public Map<String,Long> get()
    • setCacheMillis

      public void setCacheMillis(long theCacheMillis)
    • update

      public void update()
    • scheduleJobs

      public void scheduleJobs(ca.uhn.fhir.jpa.model.sched.ISchedulerService theSchedulerService)
      Specified by:
      scheduleJobs in interface ca.uhn.fhir.jpa.model.sched.IHasScheduledJobs