|
Class Summary |
| AutoCache |
This cache implementation uses soft references so that cached objects are
automatically garbage collected when needed. |
| CacheFactory |
A convenient generator of multicast caches using an underlying LRU or Automatic algorithm. |
| CacheMonitor |
|
| CacheNotification |
The actual object that gets sent to the cluster to indicate that an object
needs to be cleared from the cache. |
| CustomCache |
|
| FIFOCache |
Cache implementation that uses the Least Recently Used algorithm. |
| HybridCache |
A hybrid cache solution that uses a (presumably small) LRU cache backed by a larger AutoCache. |
| LRUCache |
Cache implementation that uses the Least Recently Used algorithm. |
| MultiCache |
A wrapper cache type that notifies the multicast cache manager. |
| MultiCacheManager |
Manages the communications between other cache managers. |
| TimerCache |
Cache implementation that times out cached elements. |