1 reference to Instance
Microsoft.Extensions.Caching.Memory (1)
MemoryCache.cs (1)
672private readonly ConcurrentDictionary<string, CacheEntry> _stringEntries = new ConcurrentDictionary<string, CacheEntry>(StringKeyComparer.Instance);