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

Link to this section Summary

Link to this section Functions

Link to this function deleteCache(page_pid, parameters \\ %{}) View Source

Deletes a cache.

Parameters: cacheId - - Id of cache for deletion.

Link to this function deleteEntry(page_pid, parameters \\ %{}) 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 requestCacheNames(page_pid, parameters \\ %{}) View Source

Requests cache names.

Parameters: securityOrigin - - Security origin.

Link to this function requestEntries(page_pid, parameters \\ %{}) 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.