2 implementations of AllowCacheLookup
Microsoft.AspNetCore.ResponseCaching (1)
ResponseCachingPolicyProvider.cs (1)
33public bool AllowCacheLookup(ResponseCachingContext context)
Microsoft.AspNetCore.ResponseCaching.Tests (1)
TestUtils.cs (1)
323public bool AllowCacheLookup(ResponseCachingContext context) => AllowCacheLookupValue;
1 reference to AllowCacheLookup
Microsoft.AspNetCore.ResponseCaching (1)
ResponseCachingMiddleware.cs (1)
93if (_policyProvider.AllowCacheLookup(context) && await TryServeFromCacheAsync(context))