1 write to _requestDispatcher
Microsoft.AspNetCore.OutputCaching (1)
OutputCacheMiddleware.cs (1)
73_requestDispatcher = new();
1 reference to _requestDispatcher
Microsoft.AspNetCore.OutputCaching (1)
OutputCacheMiddleware.cs (1)
138var cacheEntry = await _requestDispatcher.ScheduleAsync(context.CacheKey, key => ExecuteResponseAsync());