2 references to CachedRawResponse
System.Web (2)
Cache\OutputCache.cs (1)
278
CachedRawResponse cachedRawResponse = new
CachedRawResponse
(rawResponse, oce.Settings, oce.KernelCacheUrl, oce.CachedVaryId);
OutputCacheModule.cs (1)
1258
CachedRawResponse cachedRawResponse = new
CachedRawResponse
(httpRawResponse, settings, kernelCacheUrl, cachedVaryId);