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