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;
4 references to AllowCacheStorage
Microsoft.AspNetCore.OutputCaching (4)
OutputCacheMiddleware.cs (4)
135
if (context.
AllowCacheStorage
)
195
if (!context.
AllowCacheStorage
)
392
if (context.
AllowCacheStorage
)
419
if (context.
AllowCacheStorage
&& context.OutputCacheStream.BufferingEnabled