org.eclipse.net4j.util.cache
Interface ICache

All Known Implementing Classes:
Cache

public interface ICache


Method Summary
 void evictElements(int elementCount)
          Instructs this cache to evict elementCount elements.
 ICacheMonitor getCacheMonitor()
           
 

Method Detail

getCacheMonitor

ICacheMonitor getCacheMonitor()

evictElements

void evictElements(int elementCount)
Instructs this cache to evict elementCount elements.



Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.