2 implementations of IsResponseCacheable
Microsoft.AspNetCore.ResponseCaching (1)
ResponseCachingPolicyProvider.cs (1)
66public bool IsResponseCacheable(ResponseCachingContext context)
Microsoft.AspNetCore.ResponseCaching.Tests (1)
TestUtils.cs (1)
331public bool IsResponseCacheable(ResponseCachingContext context) => IsResponseCacheableValue;
1 reference to IsResponseCacheable
Microsoft.AspNetCore.ResponseCaching (1)
ResponseCachingMiddleware.cs (1)
248if (_policyProvider.IsResponseCacheable(context))