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() |
Copyright © 2023. All rights reserved.