Package | Description |
---|---|
org.waarp.common.lru |
Classes implementing LRU Utilities
Based on work from Damian Momot at http://code.google.com/p/simplelrucache/
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractLruCache<K,V>
Base class for concrete implementations
|
class |
SoftReferenceSynchronizedLruCache<K,V>
Modification of SynchronizedLruCache which uses SoftReference to store values
|
class |
SynchronizedLruCache<K,V>
Threadsafe synchronized implementation of LruCache based on LinkedHashMap.
|
Copyright © 2009–2020 Waarp. All rights reserved.