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