3 references to OutputCacheEntryFormatter
Microsoft.AspNetCore.OutputCaching (3)
OutputCacheEntry.cs (1)
93if (OutputCacheEntryFormatter.ShouldStoreHeader(header.Key))
OutputCacheMiddleware.cs (2)
346cacheEntry = await _outputCacheEntryDispatcher.ScheduleAsync(cacheContext.CacheKey, (Store: _store, CacheContext: cacheContext), static async (key, state) => await OutputCacheEntryFormatter.GetAsync(key, state.Store, state.CacheContext.HttpContext.RequestAborted)); 442await OutputCacheEntryFormatter.StoreAsync(context.CacheKey, context.CachedResponse, context.Tags, context.CachedResponseValidFor,