Searched defs:LRUCache (Results 1 – 11 of 11) sorted by relevance
44 TEST(LRUCache, Empty) in TEST() argument61 TEST(LRUCache, AddNoEviction) in TEST() argument83 TEST(LRUCache, AddWithEviction) in TEST() argument109 TEST(LRUCache, AddClearAdd) in TEST() argument158 TEST(LRUCache, Reordering) in TEST() argument
49 private static class LRUCache<K, V> { class in RegexCache55 public LRUCache(int size) { in LRUCache() method in RegexCache.LRUCache
26 class LRUCache class94 LRUCache<Key, Data>::LRUCache(int n) in LRUCache() function in sw::LRUCache
29 class LRUCache class217 LRUCache<KEY, DATA, HASH>::LRUCache(size_t capacity) in LRUCache() function in sw::LRUCache
32 const LRUCache = require('lru-cache') constant
27 class LRUCache { class
46 function LRUCache (options) { class
341 class LRUCache(object): class
306 class LRUCache(object): class
17474 class LRUCache { class