|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
See:
Description
| Interface Summary | |
|---|---|
| Cache<K,V> | Cache interface. |
| Class Summary | |
|---|---|
| AbstractCacheMap<K,V> | Default implementation of timed and size cache map. |
| CacheValuesIterator<V> | Values iterator for AbstractCacheMap. |
| FIFOCache<K,V> | FIFO (first in first out) cache. |
| FileLFUCache | Files LFU cache stores files content in memory to dramatically speed up performances for frequently read files. |
| LFUCache<K,V> | LFU (least frequently used) cache. |
| LRUCache<K,V> | LRU (least recently used) cache. |
| NoCache<K,V> | Simple no-cache implementations of Cache for situation when cache
needs to be quickly turned-off. |
| TimedCache<K,V> | Timed cache. |
Some useful caches: LRU, LFU, FIFO.
|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||