Package org.eclipse.net4j.util.cache
Interface ICache
- 
- All Known Implementing Classes:
- Cache
 
 public interface ICache- Author:
- Eike Stepper
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidevictElements(int elementCount)Instructs this cache to evict elementCount elements.ICacheMonitorgetCacheMonitor()
 
- 
- 
- 
Method Detail- 
getCacheMonitorICacheMonitor getCacheMonitor() 
 - 
evictElementsvoid evictElements(int elementCount) Instructs this cache to evict elementCount elements.
 
- 
 
-