Searched defs:LruCache (Results 1 – 1 of 1) sorted by relevance
13 public class LruCache<T, Y> { class19 public LruCache(int size) { in LruCache() method in LruCache