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