1 write to _store
Microsoft.AspNetCore.OutputCaching (1)
OutputCacheMiddleware.cs (1)
70_store = cache;
2 references to _store
Microsoft.AspNetCore.OutputCaching (2)
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)); 443_store, _logger, context.HttpContext.RequestAborted);