Class SoftReferenceCache.SoftCacheReference
java.lang.Object
java.lang.ref.Reference<Object>
java.lang.ref.SoftReference<Object>
io.fluxzero.sdk.persisting.caching.SoftReferenceCache.SoftCacheReference
- All Implemented Interfaces:
SoftReferenceCache.CacheReference
- Enclosing class:
SoftReferenceCache
protected class SoftReferenceCache.SoftCacheReference
extends SoftReference<Object>
implements SoftReferenceCache.CacheReference
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class SoftReference
getMethods inherited from class Reference
clear, clone, enqueue, isEnqueued, reachabilityFence, refersToMethods inherited from class Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface SoftReferenceCache.CacheReference
get, getDeadline, getId, hasExpired
-
Constructor Details
-
SoftCacheReference
-