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

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

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

Classes in org.eclipse.net4j.util.cache that implement ICache
 class Cache<E>
           
 

Methods in org.eclipse.net4j.util.cache that return ICache
 ICache CacheRegistration.getCache()
           
 ICache ICacheRegistration.getCache()
           
 

Methods in org.eclipse.net4j.util.cache with parameters of type ICache
 void CacheMonitor.deregisterCache(ICache cache)
           
 void ICacheMonitor.deregisterCache(ICache cache)
           
 ICacheRegistration CacheMonitor.registerCache(ICache cache)
           
 ICacheProbe ICacheMonitor.registerCache(ICache cache)
           
 

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



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