Package org.glassfish.pfl.basic.concurrent
-
Class Summary Class Description SoftCache<K,V> A memory-sensitive implementation of theMap
interface.SoftCache.ValueCell<K,V> WeakCache<K,V> A simple cache with weak keys.WeakHashMapSafeReadLock<K,V> A hashtable-basedMap
implementation with weak keys.WeakHashMapSafeReadLock.Entry<K,V> The entries in this hash table extend WeakReference, using its main ref field as the key.