mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
37 lines
1.8 KiB
Markdown
37 lines
1.8 KiB
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [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. |
|
||
|
|