Package com.croftsoft.core.util.cache

Cache implementations.

See:
          Description

Interface Summary
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.
 

Class Summary
CacheLib Static methods to support Cache implementations.
MemoryMapCache A Cache implementation that is backed by a memory Map.
SoftCache A Cache implementation that dumps its content when memory is low.
URLContentAccessor A ContentAccessor that accesses the content via a URL.
WeakCache A Cache implementation that is backed by a WeakHashMap.
 

Package com.croftsoft.core.util.cache Description

Cache implementations.


CroftSoft Javadoc

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