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)
138
var cacheEntry = await
_requestDispatcher
.ScheduleAsync(context.CacheKey, key => ExecuteResponseAsync());