Searched defs:Cache (Results 1 – 6 of 6) sorted by relevance
122 pub struct Cache { struct127 /// Key used for getting an associated Quiche Config from Cache. argument135 impl Cache { impl
950 struct Cache { struct951 Cache() : max_cache_entries(get_max_cache_entries_from_flag()) { in Cache() argument955 ~Cache() { flush(); } in ~Cache() argument957 void flush() { in flush()977 void flushPendingRequests() { in flushPendingRequests()989 int get_max_cache_entries() { return max_cache_entries; } in get_max_cache_entries()991 int num_entries = 0;994 Entry mru_list;995 int last_id = 0;996 std::vector<Entry> entries;[all …]
57 class Cache { class58 private Cache() {} in Cache() method in Parcelling.Cache
58 class Cache { class59 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
192 private val Cache = ConcurrentHashMap<Int, ConfigCache>() in <lambda>() constant