6 references to _taggedEntries
Microsoft.AspNetCore.OutputCaching (6)
Memory\MemoryOutputCacheStore.cs (6)
23internal Dictionary<string, HashSet<string>> TaggedEntries => _taggedEntries; 31if (_taggedEntries.TryGetValue(tag, out var keys)) 91if (!_taggedEntries.TryGetValue(tag, out var keys)) 94_taggedEntries[tag] = keys; 144if (_taggedEntries.TryGetValue(tag, out var tagged)) 151_taggedEntries.Remove(tag);