Home
last modified time | relevance | path

Searched defs:Cache (Results 1 – 2 of 2) sorted by relevance

/packages/modules/DnsResolver/
Dres_cache.cpp932 struct Cache { struct
933 Cache() { in Cache() function
937 ~Cache() { flush(); } in ~Cache() argument
939 void flush() { in flush()
959 void flushPendingRequests() { in flushPendingRequests()
987 cache = std::make_unique<Cache>(); in NetConfig() argument
/packages/apps/DocumentsUI/src/com/android/documentsui/
DThumbnailCache.java294 private final class Cache extends LruCache<Pair<Uri, Point>, Entry> { class in ThumbnailCache
296 private Cache(int maxSizeBytes) { in Cache() method in ThumbnailCache.Cache