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/ko/web/http/caching/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/ko/web/http/caching') 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.

사설 브라우저 캐시

-- cgit v1.2.3-54-g00ecf