mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
1.8 KiB
1.8 KiB
Home > puppeteer > Protocol > CacheStorage
Protocol.CacheStorage namespace
Signature:
export namespace CacheStorage
Interfaces
| Interface | Description |
|---|---|
| Cache | Cache identifier. |
| CachedResponse | Cached response |
| DataEntry | Data entry. |
| DeleteCacheRequest | |
| DeleteEntryRequest | |
| Header | |
| RequestCachedResponseRequest | |
| RequestCachedResponseResponse | |
| RequestCacheNamesRequest | |
| RequestCacheNamesResponse | |
| RequestEntriesRequest | |
| RequestEntriesResponse |
Type Aliases
| Type Alias | Description |
|---|---|
| CachedResponseType | type of HTTP response cached |
| CacheId | Unique identifier of the Cache object. |