5 writes to AllowCacheStorage
Microsoft.AspNetCore.OutputCaching (5)
Policies\DefaultPolicy.cs (4)
27
context.
AllowCacheStorage
= attemptOutputCaching;
50
context.
AllowCacheStorage
= false;
56
context.
AllowCacheStorage
= false;
63
context.
AllowCacheStorage
= false;
Policies\NoStorePolicy.cs (1)
20
context.
AllowCacheStorage
= false;
3 references to AllowCacheStorage
Microsoft.AspNetCore.OutputCaching (3)
OutputCacheMiddleware.cs (3)
135
if (context.
AllowCacheStorage
)
393
if (context.
AllowCacheStorage
)
422
if (context.
AllowCacheStorage
&& context.OutputCacheStream.BufferingEnabled