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