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-tw/web/http/caching/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/zh-tw/web/http/caching') diff --git a/files/zh-tw/web/http/caching/index.html b/files/zh-tw/web/http/caching/index.html index ebf806f89f..9585a2a4d4 100644 --- a/files/zh-tw/web/http/caching/index.html +++ b/files/zh-tw/web/http/caching/index.html @@ -20,7 +20,7 @@ tags:

快取有好幾種,但他們可以分為兩大類:共用和私有的快取。共用的快取定義是指快取伺服器上存的回覆能給好幾個不同的請求者服務。而私有的快取就相對只會服務一個請求者。此頁面講到的快取大部分都是指代理伺服器和瀏覽器的快取,但是快取還有像是閘道器快取、CDN快取、反向代理伺服器快取 、負載平衡器快取,它們都是部屬在網頁伺服器那邊,讓網站和網頁應用程式更加穩定,效能更好,且有更好的擴增姓。

-

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