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