Difference between revisions of "Cache-Control"
Jump to navigation
Jump to search
Line 11: | Line 11: | ||
[[only-if-cached]] | [[only-if-cached]] | ||
[[stale-if-error]] | [[stale-if-error]] | ||
+ | |||
+ | |||
+ | Cache-Control: [[max-age]]=3600, [[stale-while-revalidate]]=600 | ||
[[HTTP headers]] | [[HTTP headers]] |
Revision as of 14:34, 19 July 2023
Request directives: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Cache-Control#request_directives
no-cache no-store max-age max-stale min-fresh no-transform only-if-cached stale-if-error
Cache-Control: max-age=3600, stale-while-revalidate=600
aws s3 cp --cache-control React caching
See also
Advertising: