Description
This function clears the account's cache of disk space usage data. It is useful if you add or remove a lot of data, and need to rebuild the disk space usage data.
Warning:
We strongly recommend that you use UAPI instead of cPanel API 2. However, no equivalent UAPI function exists.
Examples
Note:
Use cPanel's API Shell interface (Home >> Advanced >> API Shell) to directly test cPanel API calls.
Parameters
This function does not accept parameters.
Returns
Return |
Type |
Description |
Possible values |
Example |
status |
Boolean |
Whether the disk cache is now cleared. |
|
1 |
statusmsg |
string |
Whether the disk cache has cleared. |
cache cleared |
cache cleared |
reason |
string |
A reason for failure. Note: This function only returns a reasonvalue if it failed. |
A string that describes the error. |
This is an error message. |
result |
Boolean |
Whether the function succeeded. |
|
1 |