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