Home
last modified time | relevance | path

Searched defs:CacheEntry (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/sun/util/locale/
DLocaleObjectCache.java105 private static class CacheEntry<K, V> extends SoftReference<V> { class in LocaleObjectCache
108 CacheEntry(K key, V value, ReferenceQueue<V> queue) { in CacheEntry() method in LocaleObjectCache.CacheEntry
/libcore/ojluni/annotations/hiddenapi/sun/security/util/
DMemoryCache.java102 private static interface CacheEntry<K, V> { interface in MemoryCache