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