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