Cache-Control: max-age=<seconds>
Cache-Control: max-age=3600(缓存1小时)。
Cache-Control: immutable
max-age内)不会改变。浏览器即使刷新页面也不会重新验证,直接使用缓存。
Cache-Control: max-age=31536000, immutable(缓存1年且不可变)。
Cache-Control: no-transform
Cache-Control: no-transform。
组合示例:
Cache-Control: max-age=604800, immutable, no-transform