1 write to _noCache
Microsoft.AspNetCore.OutputCaching (1)
OutputCacheAttribute.cs (1)
39
init =>
_noCache
= value;
3 references to _noCache
Microsoft.AspNetCore.OutputCaching (3)
OutputCacheAttribute.cs (3)
38
get =>
_noCache
?? false;
87
if (
_noCache
!= null &&
_noCache
.Value)