Interface CacheEntryScheduler<I,M>

Type Parameters:
I - the identifier type of scheduled entries
M - the meta data type
All Superinterfaces:
AutoCloseable, Scheduler<I,M>
All Known Implementing Classes:
AbstractCacheEntryScheduler, AbstractExpirationScheduler, SessionExpirationScheduler

public interface CacheEntryScheduler<I,M> extends Scheduler<I,M>
A task scheduler.
Author:
Paul Ferraro