T - type of the referencepublic class WeakCacheKey<T> extends WeakReference<T>
equals(Object) returns true if and only if the reference is not yet expired and target
objects are equal in terms of equals(Object).
This an internal class, thus it might disappear in future cglib releases.
| Constructor and Description |
|---|
WeakCacheKey(T referent) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
String |
toString() |
clear, enqueue, get, isEnqueuedCopyright © 2016. All rights reserved.