noCache property
If true
, responses will always have private, max-age=0
as their Cache-Control
header.
Implementation
final bool noCache;
If true
, responses will always have private, max-age=0
as their Cache-Control
header.
final bool noCache;