Searched defs:LruCache (Results 1 – 1 of 1) sorted by relevance
64 public class LruCache<K, V> { class83 public LruCache(int maxSize) { in LruCache() method in LruCache