Implemented interface member:
method
IsCachedEntryFresh
Microsoft.AspNetCore.ResponseCaching.IResponseCachingPolicyProvider.IsCachedEntryFresh(Microsoft.AspNetCore.ResponseCaching.ResponseCachingContext)
14 references to IsCachedEntryFresh
Microsoft.AspNetCore.ResponseCaching.Tests (14)
ResponseCachingPolicyProviderTests.cs (14)
495Assert.True(new ResponseCachingPolicyProvider().IsCachedEntryFresh(context)); 513Assert.True(new ResponseCachingPolicyProvider().IsCachedEntryFresh(context)); 532Assert.False(new ResponseCachingPolicyProvider().IsCachedEntryFresh(context)); 554Assert.True(new ResponseCachingPolicyProvider().IsCachedEntryFresh(context)); 574Assert.False(new ResponseCachingPolicyProvider().IsCachedEntryFresh(context)); 597Assert.True(new ResponseCachingPolicyProvider().IsCachedEntryFresh(context)); 618Assert.False(new ResponseCachingPolicyProvider().IsCachedEntryFresh(context)); 641Assert.False(new ResponseCachingPolicyProvider().IsCachedEntryFresh(context)); 664Assert.False(new ResponseCachingPolicyProvider().IsCachedEntryFresh(context)); 688Assert.True(new ResponseCachingPolicyProvider().IsCachedEntryFresh(context)); 711Assert.True(new ResponseCachingPolicyProvider().IsCachedEntryFresh(context)); 735Assert.False(new ResponseCachingPolicyProvider().IsCachedEntryFresh(context)); 760Assert.False(new ResponseCachingPolicyProvider().IsCachedEntryFresh(context)); 785Assert.False(new ResponseCachingPolicyProvider().IsCachedEntryFresh(context));