Uses of Interface
org.wegra.util.cache.Cache

Packages that use Cache
org.wegra.util.cache   
org.wegra.util.resource   
 

Uses of Cache in org.wegra.util.cache
 

Subinterfaces of Cache in org.wegra.util.cache
 interface KickOutCache
           
 

Classes in org.wegra.util.cache that implement Cache
 class GenericCache
           
 class SimpleCache
          Simple timeout cache class.
 

Uses of Cache in org.wegra.util.resource
 

Fields in org.wegra.util.resource declared as Cache
protected  Cache CachedResourceLoader.fCache
           
 

Constructors in org.wegra.util.resource with parameters of type Cache
CachedResourceLoader(ResourceLoader loader, Cache cache)
          Creates a CachedResourceLoader that loads from the specified loader and uses specified cache.