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