CacheStorage Domain
Methods
requestCacheNames#
Requests cache names.
Parameters
- securityOrigin
- string Security origin.
Return object
- caches
- array [ Cache ] Caches for the security origin.
requestEntries#
Requests data from cache.
Parameters
- cacheId
- CacheId ID of cache to get entries from.
- skipCount
- integer Number of records to skip.
- pageSize
- integer Number of records to fetch.
Return object
- cacheDataEntries
- array [ DataEntry ] Array of object store data entries.
- hasMore
- boolean If true, there are more entries to fetch in the given range.
Types
DataEntry#
Data entry.
Type: object
Properties
- request
- string Request url spec.
- response
- string Response stataus text.