5 writes to AllowCacheStorage
Microsoft.AspNetCore.OutputCaching (5)
Policies\DefaultPolicy.cs (4)
26
context.
AllowCacheStorage
= attemptOutputCaching;
49
context.
AllowCacheStorage
= false;
55
context.
AllowCacheStorage
= false;
62
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