11 instantiations of CachedResponse
Microsoft.AspNetCore.ResponseCaching (2)
MemoryResponseCache.cs (1)
23return new CachedResponse
ResponseCachingMiddleware.cs (1)
305context.CachedResponse = new CachedResponse
Microsoft.AspNetCore.ResponseCaching.Tests (9)
ResponseCachingMiddlewareTests.cs (9)
61new CachedResponse() 86new CachedResponse() 138new CachedResponse() 163new CachedResponse() 700context.CachedResponse = new CachedResponse(); 729context.CachedResponse = new CachedResponse(); 762context.CachedResponse = new CachedResponse(); 787context.CachedResponse = new CachedResponse() 862context.CachedResponse = new CachedResponse() { Headers = new HeaderDictionary() };
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))