Home
last modified time | relevance | path

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

/packages/modules/DnsResolver/
Dres_cache.cpp948 struct Cache { struct
949 Cache() { in Cache() function
953 ~Cache() { flush(); } in ~Cache() argument
955 void flush() { in flush()
975 void flushPendingRequests() { in flushPendingRequests()
1003 cache = std::make_unique<Cache>(); in NetConfig() argument
/packages/apps/DocumentsUI/src/com/android/documentsui/
DThumbnailCache.java298 private final class Cache extends LruCache<CacheKey, Entry> { class in ThumbnailCache
300 private Cache(int maxSizeBytes) { in Cache() method in ThumbnailCache.Cache