Uses of Class
goldengate.common.lru.AbstractLruCache

Packages that use AbstractLruCache
goldengate.common.lru Classes implementing LRU Utilities Based on work from Damian Momot at http://code.google.com/p/simplelrucache/ 
 

Uses of AbstractLruCache in goldengate.common.lru
 

Subclasses of AbstractLruCache in goldengate.common.lru
 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-2012 Frederic Bregier. All Rights Reserved.