Cache-Control
|
|
'bool',
'no-cache' => 'bool',
'no-store' => 'bool',
'no-transform' => 'bool',
'public' => 'bool',
'private' => 'bool',
'proxy-revalidate' => 'bool',
'max-age' => 'int',
's-maxage' => 'int',
'immutable' => 'bool',
'stale-while-revalidate' => 'int',
'stale-if-error' => 'int',
);
?>
|