|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use KeyedReference | |
---|---|
net.sourceforge.rcache | Provides the Cache interface and its main implementations. |
Uses of KeyedReference in net.sourceforge.rcache |
---|
Classes in net.sourceforge.rcache that implement KeyedReference | |
---|---|
class |
SoftKeyedReference<K,V>
KeyedReference implementation based on SoftReference . |
class |
WeakKeyedReference<K,V>
KeyedReference implementation based on WeakReference . |
Methods in net.sourceforge.rcache that return KeyedReference | |
---|---|
protected KeyedReference<K,V> |
WeakCache.createRef(K key,
V value,
java.lang.ref.ReferenceQueue<V> queue)
Factory method for creating a new reference instance. |
protected KeyedReference<K,V> |
SoftCache.createRef(K key,
V value,
java.lang.ref.ReferenceQueue<V> queue)
Factory method for creating a new reference instance. |
protected abstract KeyedReference<K,V> |
BaseCache.createRef(K key,
V value,
java.lang.ref.ReferenceQueue<V> rqueue)
Factory method for creating a new reference instance. |
Constructor parameters in net.sourceforge.rcache with type arguments of type KeyedReference | |
---|---|
BaseCache(java.util.Map<K,KeyedReference<K,V>> map)
Advanced constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |