类 WeakCacheKey<T>
java.lang.Object
java.lang.ref.Reference<T>
java.lang.ref.WeakReference<T>
cn.taketoday.bytecode.core.WeakCacheKey<T>
- 类型参数:
T- type of the reference
Allows to check for object equality, yet the class does not keep strong
reference to the target.
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.
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
从类继承的方法 java.lang.ref.Reference
clear, clone, enqueue, get, isEnqueued, reachabilityFence, refersTo