1 reference to TryServeCachedResponseAsync
Microsoft.AspNetCore.OutputCaching (1)
OutputCacheMiddleware.cs (1)
359
if (cacheEntry is not null && await
TryServeCachedResponseAsync
(cacheContext, cacheEntry, policies))