Class SoftCache.CacheReference<K,V>
java.lang.Object
java.lang.ref.Reference<V>
java.lang.ref.SoftReference<V>
com.formdev.flatlaf.util.SoftCache.CacheReference<K,V>
- Since:
- 2
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class SoftReference
getMethods inherited from class Reference
clear, clone, enqueue, isEnqueued, reachabilityFence, refersTo
-
Field Details
-
key
-
-
Constructor Details
-
CacheReference
CacheReference(K key, V value, ReferenceQueue<? super V> queue)
-