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)
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));