Package goldengate.common.lru

Classes implementing LRU Utilities Based on work from Damian Momot at http://code.google.com/p/simplelrucache/

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.
 

Package goldengate.common.lru Description

Classes implementing LRU Utilities Based on work from Damian Momot at http://code.google.com/p/simplelrucache/



Copyright © 2009-2012 Frederic Bregier. All Rights Reserved.