Searched defs:LruCache (Results 1 – 4 of 4) sorted by relevance
29 public class LruCache<K, V> { class47 public LruCache(int maxSize) { in LruCache() method in LruCache
62 public class LruCache<K, V> { class80 public LruCache(int maxSize) { in LruCache() method in LruCache
66 public class LruCache<K, V> { class84 public LruCache(int maxSize) { in LruCache() method in LruCache
99 LruCache<TKey, TValue>::LruCache(uint32_t maxCapacity): mMaxCapacity(maxCapacity), in LruCache() function