POST api/v1/Cache/Refresh

刷新Cache

Request Information

Parameters

NameDescriptionAdditional 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": "8654e944e35f48c8a082f33b7c018336",
  "appOwnerId": 0
}