2 implementations of IsCachedEntryFresh
Microsoft.AspNetCore.ResponseCaching (1)
ResponseCachingPolicyProvider.cs (1)
166public bool IsCachedEntryFresh(ResponseCachingContext context)
Microsoft.AspNetCore.ResponseCaching.Tests (1)
TestUtils.cs (1)
329public bool IsCachedEntryFresh(ResponseCachingContext context) => IsCachedEntryFreshValue;
1 reference to IsCachedEntryFresh
Microsoft.AspNetCore.ResponseCaching (1)
ResponseCachingMiddleware.cs (1)
149if (_policyProvider.IsCachedEntryFresh(context))