Package net.spy.cache

SPY Caching System

See:
          Description

Interface Summary
Cachable Object that are self-maintaining in a cache.
CacheListener Objects implementing this interface will be aware of when they're added to, or removed from a cache.
 

Class Summary
AbstractCachable Abstract implementation of Cachable.
AbstractCacheListener Abstract implementation of CacheListener
CacheClearRequestListener Listen for multicast request to clear cache for a given prefix.
DiskCache Simple local disk caching.
LRUCache A fixed-size least-recently-used cache.
SpyCache Spy in-memory cache object.
 

Package net.spy.cache Description

SPY Caching System