Searched defs:LruCache (Results 1 – 2 of 2) sorted by relevance
62 explicit LruCache(size_t capacity) : capacity_(capacity) { in LruCache() function72 LruCache(const LruCache& other) : capacity_(other.capacity_), list_map_(other.list_map_) {} in LruCache() function
163 LruCache<TKey, TValue>::LruCache(uint32_t maxCapacity) in LruCache() function