org.neo4j.kernel.impl.cache
Class SoftValue<K,V>
java.lang.Object
java.lang.ref.Reference<T>
java.lang.ref.SoftReference<V>
org.neo4j.kernel.impl.cache.SoftValue<K,V>
public class SoftValue<K,V>
- extends SoftReference<V>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
key
public final K key
SoftValue
public SoftValue(K key,
V value,
ReferenceQueue<? super V> queue)
SoftValue
public SoftValue(K key,
V value)
Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.