K - the type of the cache keyV - the type of the referenced valuepublic class ExpungingSoftReference<K,V> extends java.lang.ref.SoftReference<V> implements ExpungeableReferenceI<V>
| Constructor and Description |
|---|
ExpungingSoftReference(ExpungingCacheI<K,V> cache,
K key,
V value) |
| Modifier and Type | Method and Description |
|---|---|
void |
expunge() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetpublic ExpungingSoftReference(ExpungingCacheI<K,V> cache, K key, V value)
public void expunge()
expunge in interface ExpungeableReferenceI<V>Copyright © 2000-2026 OAshi S.à r.l. All Rights Reserved.