1 implementation of IsCachedEntryFresh
Microsoft.AspNetCore.ResponseCaching (1)
ResponseCachingPolicyProvider.cs (1)
166public bool IsCachedEntryFresh(ResponseCachingContext context)
1 reference to IsCachedEntryFresh
Microsoft.AspNetCore.ResponseCaching (1)
ResponseCachingMiddleware.cs (1)
149if (_policyProvider.IsCachedEntryFresh(context))