Package org.jcreme.caches

Interface Summary
Cache This is the general interface to model an object cache.
CacheListener This interface describes the CacheListeners.
ModifiableCache This extension of the Cache interface signals the caches that allow a change in the CachePolicy.
RemoteCache This interface enables an application to access the cache of a remote application.
 

Class Summary
AggregateCache This is a helper class.
BaseCache This abstract cache is the base for policied caches.
CacheEvent Instances of this class report modifications in the contents of a cache.
CachePolicy This Enumeration subclass describes the possible policies to manage the cache contents.
CompositeCache This class models a Cache that is based on subcaches.
FIFOCache The FIFO cache is based on a First In First Out algorithm to select the objects that are removed from the cache to make room.
HashCache A Cache object using no particular policy.
LUFOCache A Cache object using a Least Used First Out policy.
 

Exception Summary
CacheFullException Exceptions of this type report a cache that exceeded its prescribed maximum size.
 



Copyright 2006 null. All Rights Reserved.