Searched defs:SoftValue (Results 1 – 2 of 2) sorted by relevance
134 private static final class SoftValue<V> extends CacheValue<V> { class in CacheValue137 SoftValue(V value) { ref = new SoftReference<V>(value); } in SoftValue() method in CacheValue.SoftValue
131 private static final class SoftValue<V> extends CacheValue<V> { class in CacheValue134 SoftValue(V value) { ref = new SoftReference<V>(value); } in SoftValue() method in CacheValue.SoftValue