摘要: 强缓存 expire(过期时间) 缺点:如果服务端的时间和客户端的时间不一致就会导致缓存混乱问题所以引入cache-control cache-control: | max-age=666(过期时间) | no-cache(不适用强缓存,使用协商) | no-store (不使用缓存,请求新的数据) 阅读全文
posted @ 2021-05-20 19:06 盐焗小羊腿 阅读(80) 评论(0) 推荐(0)