2 instantiations of CachedResponse
Microsoft.AspNetCore.ResponseCaching (2)
MemoryResponseCache.cs (1)
23return new CachedResponse
ResponseCachingMiddleware.cs (1)
305context.CachedResponse = new CachedResponse
4 references to CachedResponse
Microsoft.AspNetCore.ResponseCaching (4)
CacheEntry\CacheEntryHelpers.cs (1)
10internal static long EstimateCachedResponseSize(CachedResponse cachedResponse)
MemoryResponseCache.cs (1)
39if (entry is CachedResponse cachedResponse)
ResponseCachingContext.cs (1)
47internal CachedResponse CachedResponse { get; set; }
ResponseCachingMiddleware.cs (1)
138if (!(cacheEntry is CachedResponse cachedResponse))