2 references to TryServeCachedResponseAsync
Microsoft.AspNetCore.OutputCaching (2)
OutputCacheMiddleware.cs (2)
154
if (await
TryServeCachedResponseAsync
(context, cacheEntry, policies))
367
if (cacheEntry is not null && await
TryServeCachedResponseAsync
(cacheContext, cacheEntry, policies))