10 references to VaryByParams
System.ServiceModel.Web (1)
System\ServiceModel\Web\CachingParameterInspector.cs (1)
345
cache.
VaryByParams
[parameter.Trim()] = true;
System.Web (7)
Abstractions\HttpCachePolicyWrapper.cs (1)
35
return _httpCachePolicy.
VaryByParams
;
Handlers\AssemblyResourceLoader.cs (1)
638
cachePolicy.
VaryByParams
["d"] = true;
OutputCacheModule.cs (1)
1133
if (!cache.
VaryByParams
.AcceptsParams() && (request.HttpVerb == HttpVerb.POST || request.HasQueryString)) {
UI\Page.cs (4)
3747
cache.
VaryByParams
.IgnoreParams = true;
3753
cache.
VaryByParams
[s.Trim()] = true;
3759
cache.
VaryByParams
[s.Trim()] = true;
3766
cache.
VaryByParams
[p] = true;
System.Web.Extensions (2)
Script\Services\RestHandler.cs (2)
72
context.Response.Cache.
VaryByParams
["*"] = true;
75
context.Response.Cache.
VaryByParams
.IgnoreParams = true;