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