Skip to content

Instantly share code, notes, and snippets.

@yanli0303
Created July 31, 2024 17:32
Show Gist options
  • Save yanli0303/152424bdc8ed10b2560e9c0f0ecbbd26 to your computer and use it in GitHub Desktop.
Save yanli0303/152424bdc8ed10b2560e9c0f0ecbbd26 to your computer and use it in GitHub Desktop.
HTTP cache headers

HTTP cache headers

  • Immutable Files: Cache-Control: max-age=31536000
  • Mutable Files: Cache-Control: no-cache; etag; Last-Modified;
  • Never cache: Cache-Control: no-store;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment