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": "26aacd78597145d5a64c2dba49e18894", "appOwnerId": 0 }