Skip to content

Commit b8d31f7

Browse files
authored
Update caching-overview.md
1 parent 0f69d2c commit b8d31f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide-zh-CN/caching-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
应用程序便节省了每次重新生成这些数据所需的时间。
77

88
缓存可以应用在 Web 应用程序的任何层级任何位置。
9-
在服务器端,在较的低层面,缓存可能用于存储基础数据,例如从数据库中取出的最新文章列表;
9+
在服务器端,在较低的层面,缓存可能用于存储基础数据,例如从数据库中取出的最新文章列表;
1010
在较高的层面,缓存可能用于存储一段或整个 Web 页面,
1111
例如最新文章的渲染结果。在客户端,HTTP 缓存可能用于
1212
将最近访问的页面内容存储到浏览器缓存中。

0 commit comments

Comments
 (0)