Searched defs:LruCache (Results 1 – 6 of 6) sorted by relevance
25 public class LruCache<K, V> { class33 public LruCache(final int capacity) { in LruCache() method in LruCache
29 public class LruCache<K, V> { class37 public LruCache(final int capacity) { in LruCache() method in LruCache
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
64 public class LruCache<K, V> { class83 public LruCache(int maxSize) { in LruCache() method in LruCache
163 LruCache<TKey, TValue>::LruCache(uint32_t maxCapacity) in LruCache() function
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...