Searched defs:SoftCacheEntry (Results 1 – 2 of 2) sorted by relevance
/libcore/ojluni/annotations/hiddenapi/sun/security/util/ | ||
D | MemoryCache.java | 146 private static class SoftCacheEntry<K, V> extends java.lang.ref.SoftReference<V> class in MemoryCache |
/libcore/ojluni/src/main/java/sun/security/util/ | ||
D | Cache.java | 554 private static class SoftCacheEntry<K,V> class in MemoryCache |