Searched defs:Cache (Results 1 – 1 of 1) sorted by relevance
294 private final class Cache extends LruCache<Pair<Uri, Point>, Entry> { class in ThumbnailCache296 private Cache(int maxSizeBytes) { in Cache() method in ThumbnailCache.Cache