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)
19
private readonly Dictionary<TKey,
CacheValue
> _cache;
36
_cache = new Dictionary<TKey,
CacheValue
>(capacity, comparer);
131
if (_cache.TryGetValue(key, out
var
result))
176
if (_cache.TryGetValue(key, out
var
result))