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 ICacheRegistration.getCacheMonitor()
           
 ICacheMonitor ICacheMonitorEvent.getCacheMonitor()
           
 ICacheMonitor ICache.getCacheMonitor()
           
 ICacheMonitor CacheRegistration.getCacheMonitor()
           
 ICacheMonitor Cache.getCacheMonitor()
           
 

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) 2004 - 2008 Eike Stepper, Germany.
All Rights Reserved.