Searched defs:SettableSoftReference (Results 1 – 1 of 1) sorted by relevance
81 private static final class SettableSoftReference<V> { class in SoftCache82 private SettableSoftReference(V value) { in SettableSoftReference() method in SoftCache.SettableSoftReference