diff options
author | Florian Dieminger <me@fiji-flo.de> | 2021-02-11 18:25:40 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-11 18:25:40 +0100 |
commit | 0a2614c9e651a70a09da25ccf96b04662de6719d (patch) | |
tree | bcbed7459a775e21674282ffb33d07dc942b9097 /files/ko/glossary/cache/index.html | |
parent | 7a19fcc400749230196db0c64b0bfbe626d193c4 (diff) | |
parent | f2db11d0be377464daa06807f993a562c7dc10ac (diff) | |
download | translated-content-0a2614c9e651a70a09da25ccf96b04662de6719d.tar.gz translated-content-0a2614c9e651a70a09da25ccf96b04662de6719d.tar.bz2 translated-content-0a2614c9e651a70a09da25ccf96b04662de6719d.zip |
Merge pull request #37 from fiji-flo/unslugging-ko
Unslugging ko
Diffstat (limited to 'files/ko/glossary/cache/index.html')
-rw-r--r-- | files/ko/glossary/cache/index.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/files/ko/glossary/cache/index.html b/files/ko/glossary/cache/index.html new file mode 100644 index 0000000000..7f9fd0aa77 --- /dev/null +++ b/files/ko/glossary/cache/index.html @@ -0,0 +1,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> |