diff options
Diffstat (limited to 'files/ko/glossary/캐시/index.html')
-rw-r--r-- | files/ko/glossary/캐시/index.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/files/ko/glossary/캐시/index.html b/files/ko/glossary/캐시/index.html new file mode 100644 index 0000000000..6d45b6772c --- /dev/null +++ b/files/ko/glossary/캐시/index.html @@ -0,0 +1,14 @@ +--- +title: 캐시 +slug: Glossary/캐시 +translation_of: Glossary/Cache +--- +<p>캐시 (웹 캐시 또는 HTTP 캐시)는 HTTP 응답들(responses)을 일시적으로 저장하는 곳입니다. 이를 통해 그 다음 HTTP 요청들(requests)에서 특정 조건이 만족될 때까지 캐시에 저장한 리소스를 사용할 수 있습니다. </p> + +<h2 id="Learn_More">Learn More</h2> + +<h3 id="General_knowledge">General knowledge</h3> + +<ul> + <li>{{interwiki("wikipedia", "Web cache")}} on Wikipedia</li> +</ul> |