2 implementations of AllowCacheStorage
Microsoft.AspNetCore.ResponseCaching (1)
ResponseCachingPolicyProvider.cs (1)
60
public bool
AllowCacheStorage
(ResponseCachingContext context)
Microsoft.AspNetCore.ResponseCaching.Tests (1)
TestUtils.cs (1)
325
public bool
AllowCacheStorage
(ResponseCachingContext context) => AllowCacheStorageValue;
1 reference to AllowCacheStorage
Microsoft.AspNetCore.ResponseCaching (1)
ResponseCachingMiddleware.cs (1)
99
if (_policyProvider.
AllowCacheStorage
(context))