1 write to VaryByQueryKeys
Microsoft.AspNetCore.OutputCaching.Tests (1)
OutputCacheAttributeTests.cs (1)
158
[OutputCache(
VaryByQueryKeys
= new[] { "QueryA", "QueryC" })]
2 references to VaryByQueryKeys
Microsoft.AspNetCore.OutputCaching (2)
OutputCacheAttribute.cs (2)
92
if (
VaryByQueryKeys
!= null)
94
builder.SetVaryByQuery(
VaryByQueryKeys
);