public class WeakCacheReference<K,V> extends WeakReference<V>
| Constructor and Description |
|---|
WeakCacheReference(K key,
V value,
ReferenceQueue<V> queue) |
| Modifier and Type | Method and Description |
|---|---|
K |
getKey() |
clear, enqueue, get, isEnqueuedpublic WeakCacheReference(K key, V value, ReferenceQueue<V> queue)
public K getKey()
Copyright © 2018 Symphony Software Foundation. All rights reserved.