1 write to _outputCacheEntryDispatcher
Microsoft.AspNetCore.OutputCaching (1)
OutputCacheMiddleware.cs (1)
72_outputCacheEntryDispatcher = new();
1 reference to _outputCacheEntryDispatcher
Microsoft.AspNetCore.OutputCaching (1)
OutputCacheMiddleware.cs (1)
346cacheEntry = await _outputCacheEntryDispatcher.ScheduleAsync(cacheContext.CacheKey, (Store: _store, CacheContext: cacheContext), static async (key, state) => await OutputCacheEntryFormatter.GetAsync(key, state.Store, state.CacheContext.HttpContext.RequestAborted));