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)
346
cacheEntry = 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);