Searched defs:LruCache (Results 1 – 3 of 3) 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
45 LruCache(const size_t& capacity, const std::string& log_tag) in LruCache() function
163 LruCache<TKey, TValue>::LruCache(uint32_t maxCapacity) in LruCache() function