diff options
Diffstat (limited to 'files/zh-cn/glossary/cache/index.html')
-rw-r--r-- | files/zh-cn/glossary/cache/index.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/files/zh-cn/glossary/cache/index.html b/files/zh-cn/glossary/cache/index.html new file mode 100644 index 0000000000..6facf9b57d --- /dev/null +++ b/files/zh-cn/glossary/cache/index.html @@ -0,0 +1,14 @@ +--- +title: Cache +slug: Glossary/Cache +translation_of: Glossary/Cache +--- +<p><strong>cache </strong>(web cache或者HTTP cache) 是临时存储HTTP响应的组件,只要它符合一定条件,就可以用于后续的HTTP请求。</p> + +<h2 id="深入了解">深入了解</h2> + +<h3 id="基础知识">基础知识</h3> + +<ul> + <li>维基百科上的{{interwiki("wikipedia", "Web cache")}} </li> +</ul> |