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