Http 缓存

Http 缓存

请求头

  • Expires
  • Cache-Control
    • max-age(单位是秒)
    • no-cache(使用协商缓存)
    • no-store(禁止缓存)
    • privite(只有终端用户可以缓存,比如浏览器)
    • public(谁都可以缓存,比如 CDN)
  • Last-Modified
  • ETag

强制缓存 > 协商缓存

相关链接:

2024/February/2-1/server-base.js · supreme/comeOn - Gitee.com

posted @ 2023-04-06 22:39  朱在春  阅读(46)  评论(0编辑  收藏  举报