Uses of Interface
org.jaffa.cache.ICache

Packages that use ICache
org.jaffa.cache   
 

Uses of ICache in org.jaffa.cache
 

Classes in org.jaffa.cache that implement ICache
 class SimpleCache
          This is a very simple implementation of the ICache interface.
 class WeakCache
          This implementation of the ICache interface uses the WeakHashMap for caching.
 

Methods in org.jaffa.cache that return ICache
static ICache CacheManager.getCache(String cacheName)
          This will return an instance of the ICache for the input cache-name.
 

Constructors in org.jaffa.cache with parameters of type ICache
CacheSourceMonitor(ICache cache)
          Creates a new instance of CacheSourceMonitor.
CacheSourceMonitor(ICache cache, String file)
          Creates a new instance of CacheSourceMonitor.
 



Copyright © 2002-2004 JAFFA Project.