org.xorm.cache
Class KeyedSoftReference
java.lang.Object
|
+--java.lang.ref.Reference
|
+--java.lang.ref.SoftReference
|
+--org.xorm.cache.KeyedSoftReference
- public class KeyedSoftReference
- extends SoftReference
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KeyedSoftReference
public KeyedSoftReference(Object referent,
Object key)
KeyedSoftReference
public KeyedSoftReference(Object referent,
ReferenceQueue queue,
Object key)
getKey
public Object getKey()
$Header: /cvsroot/xorm/xorm/docs/api/org/xorm/cache/KeyedSoftReference.html,v 1.3 2004/05/30 08:55:04 wbiggs Exp $