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