23 lines
896 B
Markdown
23 lines
896 B
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) > [Cache](./puppeteer.protocol.cachestorage.cache.md)
|
|
|
|
## Protocol.CacheStorage.Cache interface
|
|
|
|
Cache identifier.
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
export interface Cache
|
|
```
|
|
|
|
## Properties
|
|
|
|
| Property | Type | Description |
|
|
| --- | --- | --- |
|
|
| [cacheId](./puppeteer.protocol.cachestorage.cache.cacheid.md) | [CacheId](./puppeteer.protocol.cachestorage.cacheid.md) | An opaque unique id of the cache. |
|
|
| [cacheName](./puppeteer.protocol.cachestorage.cache.cachename.md) | string | The name of the cache. |
|
|
| [securityOrigin](./puppeteer.protocol.cachestorage.cache.securityorigin.md) | string | Security origin of the cache. |
|
|
|