1 implementation of AllowCacheLookup
Microsoft.AspNetCore.ResponseCaching (1)
ResponseCachingPolicyProvider.cs (1)
33public bool AllowCacheLookup(ResponseCachingContext context)
1 reference to AllowCacheLookup
Microsoft.AspNetCore.ResponseCaching (1)
ResponseCachingMiddleware.cs (1)
93if (_policyProvider.AllowCacheLookup(context) && await TryServeFromCacheAsync(context))