Interface IProvideScheduler
- All Known Implementing Classes:
- CompositeCacheManager
public interface IProvideScheduler
Marker interface for providers of the central ScheduledExecutorService
- 
Method SummaryModifier and TypeMethodDescriptionGet an instance of a central ScheduledExecutorService
- 
Method Details- 
getScheduledExecutorServiceGet an instance of a central ScheduledExecutorService- Returns:
- the central scheduler
 
 
-