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/es/web/http/caching/index.html | 2 +- files/ja/web/http/caching/index.html | 2 +- files/ko/web/http/caching/index.html | 2 +- files/pt-br/web/http/caching/index.html | 2 +- files/ru/web/http/caching/index.html | 2 +- files/zh-cn/web/http/caching/index.html | 2 +- files/zh-tw/web/http/caching/index.html | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) (limited to 'files') diff --git a/files/es/web/http/caching/index.html b/files/es/web/http/caching/index.html index e55fc256c1..88d73c08da 100644 --- a/files/es/web/http/caching/index.html +++ b/files/es/web/http/caching/index.html @@ -17,7 +17,7 @@ translation_of: Web/HTTP/Caching

Existen varios tipos de cachés: se pueden agrupar en dos categorías principales: cachés privados o compartidos. Un caché compartido es un caché que almacena respuestas para que más de un usuario las reutilice. Un caché privado está dedicado a un solo usuario. Esta página hablará principalmente sobre cachés de navegador y proxy, pero también hay cachés de puerta de enlace, CDN, cachés de proxy inverso y balanceadores de carga que se implementan en servidores web para una mejor confiabilidad, rendimiento y escala de sitios web y aplicaciones web.

-

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

+

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

Cachés privadas de navegador

diff --git a/files/ja/web/http/caching/index.html b/files/ja/web/http/caching/index.html index 0553479443..c74b4ed309 100644 --- a/files/ja/web/http/caching/index.html +++ b/files/ja/web/http/caching/index.html @@ -17,7 +17,7 @@ translation_of: Web/HTTP/Caching

キャッシュにはさまざまな種類があり、これらはプライベートキャッシュと共有キャッシュの 2 つのカテゴリーに大きく分類できます。共有キャッシュは、複数のユーザーが再使用するためにレスポンスを保存するキャッシュです。プライベートキャッシュは、ひとりのユーザーのためのキャッシュです。このページでは主にブラウザーのキャッシュとプロキシのキャッシュを扱いますが、ウェブサイトやウェブアプリケーションの信頼性、パフォーマンス、規模を向上するためにウェブサーバーで展開されるゲートウェイのキャッシュ、CDN、リバースプロキシのキャッシュ、ロードバランサーも存在します。

-

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

+

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

プライベートなブラウザーのキャッシュ

diff --git a/files/ko/web/http/caching/index.html b/files/ko/web/http/caching/index.html index b062f04fa4..23f38e2a7a 100644 --- a/files/ko/web/http/caching/index.html +++ b/files/ko/web/http/caching/index.html @@ -17,7 +17,7 @@ translation_of: Web/HTTP/Caching

캐시에는 몇 가지 종류가 있습니다: 크게 사설(private) 혹은 공유(shared) 캐시 두 가지 부류로 분류될 수 있습니다. 공유 캐시는 한 명 이상의 사용자가 재사용할 수 있도록 응답을 저장하는 캐시를 말합니다. 사설 캐시는 한 명의 사용자만 사용하는 캐시를 말합니다. 이 페이지에서는 거의 대부분 브라우저와 프록시 캐시에 대해서만 다룰 것이나, 그 외에도 더 나은 신뢰도, 성능 그리고 웹 사이트와 웹 애플리케이션의 확장(scaling)을 위해 웹 서버 위에 배포되는 게이트웨이 캐시, CDN, 리버스 프록시 캐시 그리고 로드 밸랜서 등이 있습니다.

-

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

+

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

사설 브라우저 캐시

diff --git a/files/pt-br/web/http/caching/index.html b/files/pt-br/web/http/caching/index.html index 5786a07ffe..2103a0086f 100644 --- a/files/pt-br/web/http/caching/index.html +++ b/files/pt-br/web/http/caching/index.html @@ -22,7 +22,7 @@ original_slug: Web/HTTP/HTTP

Há muitos tipos de caches: estes podem ser agrupados em duas categorias principais, caches privados ou compartilhados. Um cache compartilhado é um cache que armazena respostas para serem reusadas por mais de um usuário. Um cache privado é dedicado a um único usuário. Esta página irá falar principalmente sobre caches em navegadores e em proxy, mas há também caches de gateway, CDN, cache de proxy reverso e balanceadores de carga (load balancers) que são implantados em servers da web para melhor confiabilidade, desempenho e dimensionamento de sites e aplicativos da web.

-

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

+

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

Caches privados de browser

diff --git a/files/ru/web/http/caching/index.html b/files/ru/web/http/caching/index.html index 9fd355dfed..a2b4342115 100644 --- a/files/ru/web/http/caching/index.html +++ b/files/ru/web/http/caching/index.html @@ -23,7 +23,7 @@ original_slug: Web/HTTP/Кеширование
 

-

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

+

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

Приватный (private) кеш браузера

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.

(私有)浏览器缓存

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