puppeteer/new-docs/puppeteer.protocol.cachestorage.md

37 lines
1.8 KiB
Markdown
Raw Normal View History

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [CacheStorage](./puppeteer.protocol.cachestorage.md)
## Protocol.CacheStorage namespace
<b>Signature:</b>
```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. |