index.rst (500B)
1 ============= 2 Cache Storage 3 ============= 4 5 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: 6 7 8 - the URL for the resource. 9 - the status code for the request that was made to fetch it. 10 11 .. image:: cache_storage_detail.png 12 :class: border