3 references to CreateOutputCachedItemKey
System.Web (3)
HttpResponse.cs (2)
1019
string key = OutputCacheModule.
CreateOutputCachedItemKey
(
1029
key = OutputCacheModule.
CreateOutputCachedItemKey
(
OutputCacheModule.cs (1)
316
return
CreateOutputCachedItemKey
(context.Request.Path, context.Request.HttpVerb, context, cachedVary);