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