|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InterfaceLruCache | |
---|---|
goldengate.common.lru | Classes implementing LRU Utilities Based on work from Damian Momot at http://code.google.com/p/simplelrucache/ |
Uses of InterfaceLruCache in goldengate.common.lru |
---|
Classes in goldengate.common.lru that implement InterfaceLruCache | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |