org.eclipse.net4j.util.cache
Interface ICacheRegistration

All Superinterfaces:
ICacheProbe
All Known Implementing Classes:
CacheRegistration

public interface ICacheRegistration
extends ICacheProbe


Method Summary
 void dispose()
           
 ICache getCache()
           
 ICacheMonitor getCacheMonitor()
           
 
Methods inherited from interface org.eclipse.net4j.util.cache.ICacheProbe
elementCached, elementEvicted, elementReconstructed, getAverageElementSize, getCacheSize, getElementCount, getReconstructionCost, isDisposed
 

Method Detail

getCacheMonitor

ICacheMonitor getCacheMonitor()

getCache

ICache getCache()

dispose

void dispose()


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