Uses of Class
goldengate.common.lru.SynchronizedLruCache

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

Uses of SynchronizedLruCache in goldengate.common.lru
 

Subclasses of SynchronizedLruCache in goldengate.common.lru
 class SoftReferenceSynchronizedLruCache<K,V>
          Modification of SynchronizedLruCache which uses SoftReference to store values
 



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