Goal: Create a clearCache action informing the user about the clearing of the cache.
To achieve this the following code can be used:
{
"type": "clearCache",
"params": {
"silent": "false"
}
}
The silent parameter determines whether the notification about emptying the cache is displayed.