Searched defs:Cache (Results 1 – 2 of 2) sorted by relevance
948 struct Cache { struct949 Cache() { in Cache() function953 ~Cache() { flush(); } in ~Cache() argument955 void flush() { in flush()975 void flushPendingRequests() { in flushPendingRequests()1003 cache = std::make_unique<Cache>(); in NetConfig() argument
298 private final class Cache extends LruCache<CacheKey, Entry> { class in ThumbnailCache300 private Cache(int maxSizeBytes) { in Cache() method in ThumbnailCache.Cache