Chrome Remote Interface v0.0.5 ChromeRemoteInterface.RPC.CacheStorage View Source

Link to this section Summary

Link to this section Functions

Deletes a cache.

Parameters: cacheId - - Id of cache for deletion.

Link to this function deleteCache(page_pid, parameters) View Source
Link to this function deleteCache(page_pid, parameters, opts) View Source

Deletes a cache entry.

Parameters: cacheId - - Id of cache where the entry will be deleted.request - - URL spec of the request.

Link to this function deleteEntry(page_pid, parameters) View Source
Link to this function deleteEntry(page_pid, parameters, opts) View Source
Link to this function requestCacheNames(page_pid) View Source

Requests cache names.

Parameters: securityOrigin - - Security origin.

Link to this function requestCacheNames(page_pid, parameters) View Source
Link to this function requestCacheNames(page_pid, parameters, opts) View Source
Link to this function requestEntries(page_pid) View Source

Requests data from cache.

Parameters: cacheId - - ID of cache to get entries from.skipCount - - Number of records to skip.pageSize - - Number of records to fetch.

Link to this function requestEntries(page_pid, parameters) View Source
Link to this function requestEntries(page_pid, parameters, opts) View Source