aboutsummaryrefslogtreecommitdiff
path: root/files/ko/glossary/cache/index.html
blob: 7f9fd0aa77c535e9db9dac4807f81d4810b5884b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
title: 캐시
slug: Glossary/Cache
translation_of: Glossary/Cache
original_slug: Glossary/캐시
---
<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>