1 instantiation of ConcurrentLruCache
rzc (1)
MetadataCache.cs (1)
17
new
(CacheSize, StringComparer.OrdinalIgnoreCase);
2 references to ConcurrentLruCache
rzc (2)
MetadataCache.cs (2)
16
private readonly
ConcurrentLruCache
<string, MetadataCacheEntry> _metadataCache =
20
internal
ConcurrentLruCache
<string, MetadataCacheEntry> Cache => _metadataCache;