2 instantiations of TagsPolicy
Microsoft.AspNetCore.OutputCaching (1)
OutputCachePolicyBuilder.cs (1)
258return AddPolicy(new TagsPolicy(tags));
Microsoft.AspNetCore.OutputCaching.Tests (1)
OutputCachePoliciesTests.cs (1)
174IOutputCachePolicy policy = new TagsPolicy("tag1", "tag2");
1 reference to TagsPolicy
Microsoft.AspNetCore.OutputCaching (1)
Policies\TagsPolicy.cs (1)
14/// Creates a new <see cref="TagsPolicy"/> instance.