Uses of Package
com.croftsoft.core.util.cache

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

Classes in com.croftsoft.core.util.cache used by com.croftsoft.core.util.cache
Cache
          Stores the content and then returns an Id which may be used to read the content later, if still available.
ContentAccessor
          An object capable of making content accessible via an InputStream.
MemoryMapCache
          A Cache implementation that is backed by a memory Map.
 

Classes in com.croftsoft.core.util.cache used by com.croftsoft.core.util.cache.secure
Cache
          Stores the content and then returns an Id which may be used to read the content later, if still available.
ContentAccessor
          An object capable of making content accessible via an InputStream.
 


CroftSoft Javadoc

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