Searched defs:LRUCache (Results 1 – 9 of 9) sorted by relevance
49 private static class LRUCache<K, V> { class in RegexCache55 public LRUCache(int size) { in LRUCache() method in RegexCache.LRUCache
51 private static class LRUCache<K, V> { class in RegexCache57 public LRUCache(int size) { in LRUCache() method in RegexCache.LRUCache
23 class LRUCache class51 LRUCache<Key, Data>::LRUCache(int n) in LRUCache() function in sw::LRUCache
114 static class LRUCache<K, V> extends LinkedHashMap<K, V> { class in LoadPathToFileCache118 LRUCache(int capacity) { in LRUCache() method in LoadPathToFileCache.LRUCache
44 LRUCache() : capacity_(0) {} in LRUCache() function45 explicit LRUCache(size_t capacity) : capacity_(capacity) {} in LRUCache() function
74 class LRUCache(object): class
306 class LRUCache(object): class
2082 explicit LRUCache(size_t capacity) { in LRUCache() function