protected static final class Caches.WeakSoftRef.CacheWeakItem<A> extends WeakReference<A> implements Caches.WeakSoftRef.CacheItem
Constructor and Description |
---|
CacheWeakItem(A referent,
ReferenceQueue<A> q,
long recid) |
Modifier and Type | Method and Description |
---|---|
long |
getRecid() |
clear, enqueue, get, isEnqueued
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
get
public CacheWeakItem(A referent, ReferenceQueue<A> q, long recid)
public long getRecid()
getRecid
in interface Caches.WeakSoftRef.CacheItem
Copyright © 2017. All rights reserved.