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