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
|
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.
|
Copyright © 2009–2019 Waarp. All rights reserved.