1 instantiation of CacheValue
rzc (1)
ConcurrentLruCache.cs (1)
167_cache.Add(key, new CacheValue(value, node));
4 references to CacheValue
rzc (4)
ConcurrentLruCache.cs (4)
19private readonly Dictionary<TKey, CacheValue> _cache; 36_cache = new Dictionary<TKey, CacheValue>(capacity, comparer); 131if (_cache.TryGetValue(key, out var result)) 176if (_cache.TryGetValue(key, out var result))