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