Package org.eclipse.net4j.util.cache
Interface ICache
- All Known Implementing Classes:
Cache
public interface ICache
- Author:
- Eike Stepper
-
Method Summary
Modifier and TypeMethodDescriptionvoid
evictElements
(int elementCount) Instructs this cache to evict elementCount elements.
-
Method Details
-
getCacheMonitor
ICacheMonitor getCacheMonitor() -
evictElements
void evictElements(int elementCount) Instructs this cache to evict elementCount elements.
-