Class ClearableScheduler

  • All Implemented Interfaces:
    java.lang.Runnable

    public class ClearableScheduler
    extends java.lang.Object
    implements java.lang.Runnable
    Cron-style clearable eviction. Understands schedules based on cron format:
  • minute hour mday month wday
  • +minute
  • For example: 15,30 6,19 2,10 1 2 Would run at 15 and 30 past the 6AM and 7PM, on the 2nd and 10th of January when its a Monday.