|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
Cache<K,V> | A Cache is a collection of values that are indexed by keys and that are stored for an
unspecified amount of time (which the implementor of Cache may further specify). |
Class Summary | |
---|---|
CacheSet<K,A,B> | A set of Caches, indexed by CacheKey . |
LRUCache<K,V> | A fixed-capacity Cache that stores the most recently used elements. |
LRUCacheSet<K,A,B> | LeastRecentlyUsed cache set. |
Classes used for caching information.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |