org.apache.ojb.broker.cache
Class ObjectCacheSoftImpl.SoftHashMap.SoftValue
java.lang.Object
java.lang.ref.Reference<T>
java.lang.ref.SoftReference
org.apache.ojb.broker.cache.ObjectCacheSoftImpl.SoftHashMap.SoftValue
- Enclosing class:
- ObjectCacheSoftImpl.SoftHashMap
private class ObjectCacheSoftImpl.SoftHashMap.SoftValue
- extends SoftReference
Class derived from SoftReference, used to
store the key of the map.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
key
private final Object key
- the key
ObjectCacheSoftImpl.SoftHashMap.SoftValue
private ObjectCacheSoftImpl.SoftHashMap.SoftValue(Object k,
Object key,
ReferenceQueue q)
- Create a SoftValue given the object, key and queue
- Parameters:
k
- the objectkey
- the keyq
- the reference queue
Copyright © 2007-2012 The Kuali Foundation. All Rights Reserved.