We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
浏览器在本地磁盘中将用户之前请求的数据缓存起来,当访问者再次需要该数据时无需再次发送请求,直接从浏览器本地获取数据即可。
缓存的好处:
分类: 1)强缓存;2)协商缓存
文章链接:https://juejin.im/post/6874484538542653447
The text was updated successfully, but these errors were encountered:
No branches or pull requests
浏览器在本地磁盘中将用户之前请求的数据缓存起来,当访问者再次需要该数据时无需再次发送请求,直接从浏览器本地获取数据即可。
缓存的好处:
分类: 1)强缓存;2)协商缓存
文章链接:https://juejin.im/post/6874484538542653447
The text was updated successfully, but these errors were encountered: