summaryrefslogtreecommitdiffstats
path: root/devtools/docs/user/storage_inspector/cache_storage/index.rst
blob: 68dc86cd2bc11cf4a1ac1cd3ac7faff8bb20766a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
=============
Cache Storage
=============

Under the *Cache Storage* type within the :doc:`Storage Inspector <../index>` you can see the contents of any DOM caches created using the `Cache API <https://developer.mozilla.org/en-US/docs/Web/API/Cache>`_. If you select a cache, you'll see a list of the resources it contains. For each resource, you'll see:


- the URL for the resource.
- the status code for the request that was made to fetch it.

.. image:: cache_storage_detail.png
  :class: border