Uses of Interface
goldengate.common.lru.InterfaceLruCache

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.
 



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