Uses of Interface
com.croftsoft.core.util.cache.Cache

Packages that use Cache
com.croftsoft.core.util.cache Cache implementations. 
com.croftsoft.core.util.cache.secure Hash Cache: retrieves content using hash digests (tutorial). 
 

Uses of Cache in com.croftsoft.core.util.cache
 

Classes in com.croftsoft.core.util.cache that implement Cache
 class MemoryMapCache
          A Cache implementation that is backed by a memory Map.
 class SoftCache
          A Cache implementation that dumps its content when memory is low.
 class WeakCache
          A Cache implementation that is backed by a WeakHashMap.
 

Methods in com.croftsoft.core.util.cache with parameters of type Cache
static String CacheLib.retrieveString(Cache cache, Id id)
           
static Id CacheLib.storeString(Cache cache, String s)
          Tests a Cache implementation.
 

Uses of Cache in com.croftsoft.core.util.cache.secure
 

Classes in com.croftsoft.core.util.cache.secure that implement Cache
 class SecureCache
          Cache implementation that securely stores and retrieves content using digests.
 

Constructors in com.croftsoft.core.util.cache.secure with parameters of type Cache
SecureCache(Cache delegateCache, Map delegateIdMap, String algorithm, boolean doVerification)
          Creates a new SecureCache that stores content to a delegate Cache.
 


CroftSoft Javadoc

CroftSoft Core Javadoc (2008-09-28 20:58:02)