POST api/v1/Cache/Refresh
刷新Cache
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| keyNames | 要刷新的key,如果为Null,刷新全部cache |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
[ "sample string 1", "sample string 2", "sample string 3" ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json
Sample:
{
"status": 0,
"friendlyMessage": "sample string 1",
"message": "sample string 2",
"requestId": "34fbaa689ba341fab27b77b3b23d2d0d",
"appOwnerId": 0
}