This function clears the user's NGINX cache.
Note:
ea-nginx
package.uapi --output=jsonpretty \ --user=username \ NginxCaching \ clear_cache
{- "apiversion": 3,
- "func": "clear_cache",
- "module": "NginxCaching",
- "result": {
- "data": { },
- "errors": null,
- "messages": null,
- "metadata": { },
- "status": 1,
- "warnings": null
}
}