Searched refs:SimpleCache (Results 1 – 7 of 7) sorted by relevance
25 class SimpleCache<K, V> extends LinkedHashMap<K, V> { class29 public SimpleCache(final int maxEntries) { in SimpleCache() method in SimpleCache
112 private static SimpleCache<String, FrameType> mTypeCache =113 new SimpleCache<String, FrameType>(64);
23 abstract class SimpleCache<K, V> { class
47 private final SimpleCache<String, ClassPathPackageInfo> cache =48 new SimpleCache<String, ClassPathPackageInfo>() {
1398 android.icu.impl.SimpleCache
2017 android.icu.impl.SimpleCache
1206 Landroid/icu/impl/SimpleCache;