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