Uses of Interface
org.eclipse.net4j.util.cache.ICacheMonitor

Packages that use ICacheMonitor
org.eclipse.net4j.util.cache A generic caching and memory monitoring framework. 
 

Uses of ICacheMonitor in org.eclipse.net4j.util.cache
 

Classes in org.eclipse.net4j.util.cache that implement ICacheMonitor
 class CacheMonitor
           
 

Methods in org.eclipse.net4j.util.cache that return ICacheMonitor
 ICacheMonitor Cache.getCacheMonitor()
           
 ICacheMonitor CacheRegistration.getCacheMonitor()
           
 ICacheMonitor ICache.getCacheMonitor()
           
 ICacheMonitor ICacheRegistration.getCacheMonitor()
           
 ICacheMonitor ICacheMonitorEvent.getSource()
           
 

Methods in org.eclipse.net4j.util.cache with parameters of type ICacheMonitor
 void Cache.setCacheMonitor(ICacheMonitor cacheMonitor)
           
 

Constructors in org.eclipse.net4j.util.cache with parameters of type ICacheMonitor
CacheRegistration(ICacheMonitor cacheMonitor, ICache cache)
           
 



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