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