Searched defs:Cache (Results 1 – 2 of 2) sorted by relevance
932 struct Cache { struct933 Cache() { in Cache() function937 ~Cache() { flush(); } in ~Cache() argument939 void flush() { in flush()959 void flushPendingRequests() { in flushPendingRequests()987 cache = std::make_unique<Cache>(); in NetConfig() argument
294 private final class Cache extends LruCache<Pair<Uri, Point>, Entry> { class in ThumbnailCache296 private Cache(int maxSizeBytes) { in Cache() method in ThumbnailCache.Cache