Package org.cache2k.core.timing
-
Interface Summary Interface Description Timer Timer for triggering expiry or refresh.TimerEventListener<K,V> Notifications from theTimingto theInternalCacheupon timer events.TimerStructure Interface of the timer task data structure. -
Class Summary Class Description DefaultSchedulerProvider Provides scheduler instances for caches which are backed by a commonScheduledThreadPoolExecutorand two threads.DefaultTimer Standard timer implementation.StaticTiming<K,V> Expiry time is constantTimeAgnosticTiming<K,V> Base class for all timing handlers that actually need not to know the current time.TimerTask Task for the simple timerTimerWheels Hierarchical timer wheel implementation.Timing<K,V> Encapsulates logic for expiry times calculation and timer handling.