Implemented interface member:
method
AllowCacheLookup
Microsoft.AspNetCore.ResponseCaching.IResponseCachingPolicyProvider.AllowCacheLookup(Microsoft.AspNetCore.ResponseCaching.ResponseCachingContext)
4 references to AllowCacheLookup
Microsoft.AspNetCore.ResponseCaching.Tests (4)
ResponseCachingPolicyProviderTests.cs (4)
92Assert.True(new ResponseCachingPolicyProvider().AllowCacheLookup(context)); 107Assert.False(new ResponseCachingPolicyProvider().AllowCacheLookup(context)); 121Assert.False(new ResponseCachingPolicyProvider().AllowCacheLookup(context)); 136Assert.True(new ResponseCachingPolicyProvider().AllowCacheLookup(context));