Home
last modified time | relevance | path

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

/packages/modules/DnsResolver/doh/
Dconfig.rs119 pub struct Cache { struct
124 /// Key used for getting an associated Quiche Config from Cache. argument
131 impl Cache { impl
/packages/modules/DnsResolver/
Dres_cache.cpp952 struct Cache { struct
953 Cache() { in Cache() argument
957 ~Cache() { flush(); } in ~Cache() argument
959 void flush() { in flush()
979 void flushPendingRequests() { in flushPendingRequests()
1007 cache = std::make_unique<Cache>(); in NetConfig() argument
/packages/services/Car/car-lib/src/com/android/car/internal/util/
DParcelling.java59 class Cache { class
60 private Cache() {} in Cache() method in Parcelling.Cache
/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