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