aboutsummaryrefslogtreecommitdiff
path: root/files/de/tools/storage_inspector/cache_storage
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2020-12-08 14:41:15 -0500
committerPeter Bengtsson <mail@peterbe.com>2020-12-08 14:41:15 -0500
commit4b1a9203c547c019fc5398082ae19a3f3d4c3efe (patch)
treed4a40e13ceeb9f85479605110a76e7a4d5f3b56b /files/de/tools/storage_inspector/cache_storage
parent33058f2b292b3a581333bdfb21b8f671898c5060 (diff)
downloadtranslated-content-4b1a9203c547c019fc5398082ae19a3f3d4c3efe.tar.gz
translated-content-4b1a9203c547c019fc5398082ae19a3f3d4c3efe.tar.bz2
translated-content-4b1a9203c547c019fc5398082ae19a3f3d4c3efe.zip
initial commit
Diffstat (limited to 'files/de/tools/storage_inspector/cache_storage')
-rw-r--r--files/de/tools/storage_inspector/cache_storage/index.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/files/de/tools/storage_inspector/cache_storage/index.html b/files/de/tools/storage_inspector/cache_storage/index.html
new file mode 100644
index 0000000000..b8411a08dd
--- /dev/null
+++ b/files/de/tools/storage_inspector/cache_storage/index.html
@@ -0,0 +1,15 @@
+---
+title: Cache Storage
+slug: Tools/Storage_Inspector/Cache_Storage
+translation_of: Tools/Storage_Inspector/Cache_Storage
+---
+<div>{{ToolsSidebar}}</div>
+
+<p>Under the <em>Cache Storage</em> type within the <a href="/en-US/docs/Tools/Storage_Inspector">Storage Inspector</a> you can see the contents of any DOM caches created using the <a href="/en-US/docs/Web/API/Cache">Cache API</a>. If you select a cache, you'll see a list of the resources it contains. For each resource, you'll see:</p>
+
+<ul>
+ <li>the URL for the resource.</li>
+ <li>the status code for the request that was made to fetch it.</li>
+</ul>
+
+<p><img alt="" src="https://mdn.mozillademos.org/files/16810/cache_storage_detail.png" style="border: 1px solid black; display: block; height: 251px; margin-left: auto; margin-right: auto; width: 926px;"></p>