Package org.eclipse.net4j.util.cache
Interface ICacheRegistration
- 
- All Superinterfaces:
- ICacheProbe
 - All Known Implementing Classes:
- CacheRegistration
 
 public interface ICacheRegistration extends ICacheProbe - Author:
- Eike Stepper
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddispose()ICachegetCache()ICacheMonitorgetCacheMonitor()- 
Methods inherited from interface org.eclipse.net4j.util.cache.ICacheProbeelementCached, elementEvicted, elementReconstructed, getAverageElementSize, getCacheSize, getElementCount, getReconstructionCost, isDisposed
 
- 
 
- 
- 
- 
Method Detail- 
getCacheMonitorICacheMonitor getCacheMonitor() 
 - 
getCacheICache getCache() 
 - 
disposevoid dispose() 
 
- 
 
-