See: Description
Interface | Description |
---|---|
InterfaceLruCache<K,V> |
LRU cache interface.
|
InterfaceLruCacheEntry<V> |
Cache Entry interface
|
Class | Description |
---|---|
AbstractLruCache<K,V> |
Base class for concrete implementations
|
ConcurrentUtility |
Wrapper for a Collections.newSetFromMap(new ConcurrentHashMap
|
SimpleLRUCache<K,V> |
Simple LRU Cache
|
SoftReferenceSynchronizedLruCache<K,V> |
Modification of SynchronizedLruCache which uses SoftReference to store values
|
SynchronizedLruCache<K,V> |
Threadsafe synchronized implementation of LruCache based on LinkedHashMap.
|
Based on work from Damian Momot at http://code.google.com/p/simplelrucache/
Copyright © 2009–2020 Waarp. All rights reserved.