1 implementation of IsResponseCacheable
Microsoft.AspNetCore.ResponseCaching (1)
ResponseCachingPolicyProvider.cs (1)
66public bool IsResponseCacheable(ResponseCachingContext context)
1 reference to IsResponseCacheable
Microsoft.AspNetCore.ResponseCaching (1)
ResponseCachingMiddleware.cs (1)
248if (_policyProvider.IsResponseCacheable(context))