2 references to OutputCacheEntry
Microsoft.AspNetCore.OutputCaching (2)
OutputCacheEntryFormatter.cs (1)
254
var result = new
OutputCacheEntry
(created, statusCode);
OutputCacheMiddleware.cs (1)
403
var cacheEntry = new
OutputCacheEntry
(context.ResponseTime!.Value, response.StatusCode)