All Classes
-
All Classes Interface Summary Class Summary Class Description Cache<K,V> ExpirationCache<K,V> LruCache<K,V> A specialized Map that is size-limited (using an LRU algorithm).
| Class | Description |
|---|---|
| Cache<K,V> | |
| ExpirationCache<K,V> | |
| LruCache<K,V> |
A specialized Map that is size-limited (using an LRU algorithm).
|