[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [CacheStorage](./puppeteer.protocol.cachestorage.md) ## Protocol.CacheStorage namespace Signature: ```typescript export namespace CacheStorage ``` ## Interfaces | Interface | Description | | --- | --- | | [Cache](./puppeteer.protocol.cachestorage.cache.md) | Cache identifier. | | [CachedResponse](./puppeteer.protocol.cachestorage.cachedresponse.md) | Cached response | | [DataEntry](./puppeteer.protocol.cachestorage.dataentry.md) | Data entry. | | [DeleteCacheRequest](./puppeteer.protocol.cachestorage.deletecacherequest.md) | | | [DeleteEntryRequest](./puppeteer.protocol.cachestorage.deleteentryrequest.md) | | | [Header](./puppeteer.protocol.cachestorage.header.md) | | | [RequestCachedResponseRequest](./puppeteer.protocol.cachestorage.requestcachedresponserequest.md) | | | [RequestCachedResponseResponse](./puppeteer.protocol.cachestorage.requestcachedresponseresponse.md) | | | [RequestCacheNamesRequest](./puppeteer.protocol.cachestorage.requestcachenamesrequest.md) | | | [RequestCacheNamesResponse](./puppeteer.protocol.cachestorage.requestcachenamesresponse.md) | | | [RequestEntriesRequest](./puppeteer.protocol.cachestorage.requestentriesrequest.md) | | | [RequestEntriesResponse](./puppeteer.protocol.cachestorage.requestentriesresponse.md) | | ## Type Aliases | Type Alias | Description | | --- | --- | | [CachedResponseType](./puppeteer.protocol.cachestorage.cachedresponsetype.md) | type of HTTP response cached | | [CacheId](./puppeteer.protocol.cachestorage.cacheid.md) | Unique identifier of the Cache object. |