Network.setCacheDisabled
Toggles ignoring cache for each request. If true
, cache will not be used.
{
"name": "setCacheDisabled",
"parameters": [
{
"name": "cacheDisabled",
"type": "boolean",
"description": "Cache disabled state."
}
],
"description": "Toggles ignoring cache for each request. If true
, cache will not be used."
}