1 write to _policyProvider
Microsoft.AspNetCore.ResponseCaching (1)
ResponseCachingMiddleware.cs (1)
75
_policyProvider
= policyProvider;
5 references to _policyProvider
Microsoft.AspNetCore.ResponseCaching (5)
ResponseCachingMiddleware.cs (5)
90
if (
_policyProvider
.AttemptResponseCaching(context))
93
if (
_policyProvider
.AllowCacheLookup(context) && await TryServeFromCacheAsync(context))
99
if (
_policyProvider
.AllowCacheStorage(context))
149
if (
_policyProvider
.IsCachedEntryFresh(context))
248
if (
_policyProvider
.IsResponseCacheable(context))