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