Class SoftCache.Entry
- java.lang.Object
-
- org.glassfish.pfl.basic.concurrent.SoftCache.Entry
-
-
Field Detail
-
ent
private java.util.Map.Entry<K,SoftCache.ValueCell<K,V>> ent
-
value
private V value
-
-
Constructor Detail
-
Entry
Entry(java.util.Map.Entry<K,SoftCache.ValueCell<K,V>> ent, V value)
-
-