Skip to content

Commit

Permalink
doc:document err
Browse files Browse the repository at this point in the history
  • Loading branch information
hejialianghe authored Sep 1, 2021
1 parent 74f5450 commit 6d028d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/computerNetwork/network-actual.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ http缓存,主要是通过协议头,分别为协商缓存和强制缓存。
|| 含义 |
| :---: | :--: |
| public | 允许所有方缓存 |
| private | 值允许浏览器缓存 |
| private | 只允许浏览器缓存 |
| no-cache | 每次必须先询问服务器资源是都已经更新 |
| no-store | 不实用缓存 |
| no-store | 禁止缓存 |

- 缓存期限(要不要缓存)

Expand Down Expand Up @@ -143,4 +143,4 @@ app.listen(3000)

1. 发布新的静态资源的时候,如何更新缓存?

每次发布的文件名都不同,这是用的最多的一种策略,因为我们的静态资源在html加载,或者被js引用到了;最后把这些引用都改成新的;webpack都有这些功能。
每次发布的文件名都不同,这是用的最多的一种策略,因为我们的静态资源在html加载,或者被js引用到了;最后把这些引用都改成新的;webpack都有这些功能。

0 comments on commit 6d028d3

Please sign in to comment.