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