From cef2032e46332b6df4aa644e5f8edeea24909f0f Mon Sep 17 00:00:00 2001 From: btea <2356281422@qq.com> Date: Sun, 7 Nov 2021 09:59:16 -0600 Subject: Fix link to cache type pic (#2929) --- files/zh-cn/web/http/caching/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/zh-cn/web') diff --git a/files/zh-cn/web/http/caching/index.html b/files/zh-cn/web/http/caching/index.html index 6f44f57fc2..1368f8ec9a 100644 --- a/files/zh-cn/web/http/caching/index.html +++ b/files/zh-cn/web/http/caching/index.html @@ -25,7 +25,7 @@ original_slug: Web/HTTP/Caching_FAQ

缓存的种类有很多,其大致可归为两类:私有与共享缓存。共享缓存存储的响应能够被多个用户使用。私有缓存只能用于单独用户。本文将主要介绍浏览器与代理缓存,除此之外还有网关缓存、CDN、反向代理缓存和负载均衡器等部署在服务器上的缓存方式,为站点和 web 应用提供更好的稳定性、性能和扩展性。

-

What a cache provide, advantages/disadvantages of shared/private caches.

+

What a cache provide, advantages/disadvantages of shared/private caches.

(私有)浏览器缓存

-- cgit v1.2.3-54-g00ecf