2 instantiations of TaggedEntry
Microsoft.AspNetCore.OutputCaching (2)
Memory\MemoryOutputCacheStore.cs (2)
102
keys.Add(new
TaggedEntry
(key, entryId));
152
tagged.Remove(new
TaggedEntry
((string)key, entryId));
2 references to TaggedEntry
Microsoft.AspNetCore.OutputCaching (2)
Memory\MemoryOutputCacheStore.cs (2)
13
private readonly Dictionary<string, HashSet<
TaggedEntry
>> _taggedEntries = [];
96
keys = new HashSet<
TaggedEntry
>();