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