|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description

| Interface Summary | |
|---|---|
| InterfaceLruCache<K,V> | LRU cache interface. |
| InterfaceLruCacheEntry<V> | Cache Entry interface |
| Class Summary | |
|---|---|
| AbstractLruCache<K,V> | Base class for concrete implementations |
| SoftReferenceSynchronizedLruCache<K,V> | Modification of SynchronizedLruCache which uses SoftReference to store values |
| SynchronizedLruCache<K,V> | Threadsafe synchronized implementation of LruCache based on LinkedHashMap. |
Classes implementing LRU Utilities Based on work from Damian Momot at http://code.google.com/p/simplelrucache/
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||