Searched defs:Cache (Results 1 – 4 of 4) sorted by relevance
119 pub struct Cache { struct124 /// Key used for getting an associated Quiche Config from Cache. argument131 impl Cache { impl
952 struct Cache { struct953 Cache() { in Cache() argument957 ~Cache() { flush(); } in ~Cache() argument959 void flush() { in flush()979 void flushPendingRequests() { in flushPendingRequests()1007 cache = std::make_unique<Cache>(); in NetConfig() argument
59 class Cache { class60 private Cache() {} in Cache() method in Parcelling.Cache
298 private final class Cache extends LruCache<CacheKey, Entry> { class in ThumbnailCache300 private Cache(int maxSizeBytes) { in Cache() method in ThumbnailCache.Cache