Billhighway Cloud API

<back to all web services

CacheClearRq

The following routes are available for this service:
DELETE/devops/api/caches/{location}
CacheClearRq Parameters:
NameParameterData TypeRequiredDescription
locationpathstringNo
CacheClearRs Parameters:
NameParameterData TypeRequiredDescription
ResultformCacheClearResultNo
BeforeStatisticsformCacheStatResultNo
AfterStatisticsformCacheStatResultNo
CacheClearResult Parameters:
NameParameterData TypeRequiredDescription
IsClearedformboolNo
CacheResultBase Parameters:
NameParameterData TypeRequiredDescription
ResultformCacheResultNo
LocationformCacheLocationNo
KeyformCacheKeyNo
CacheResult Enum:
NameValue
None0
Miss1
Hit2
Put4
Deleted8
Cleared16
Added32
Updated64
Unavailable128
Expired256
CacheLocation Enum:
NameValue
None0
OutOfProcess1
InProcess2
InContext3
CacheKey Parameters:
NameParameterData TypeRequiredDescription
RegionformstringNo
BaseKeyformstringNo
KeyformstringNo
ExpirationSecondsformintNo
CacheStatResult Parameters:
NameParameterData TypeRequiredDescription
StatisticsformList<CacheStat>No
IsHitformboolNo
CacheStat Parameters:
NameParameterData TypeRequiredDescription
NameformstringNo
ValueformstringNo

To override the Content-type in your clients, use the HTTP Accept Header, append the .json suffix or ?format=json

To embed the response in a jsonp callback, append ?callback=myCallback

HTTP + JSON

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

DELETE /devops/api/caches/{location} HTTP/1.1 
Host: devapi.billhighway.com 
Accept: application/json
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length

{"Result":{"IsCleared":false,"Result":0,"Location":0},"BeforeStatistics":{"Statistics":[{"Name":"String","Value":"String"}],"IsHit":false,"Result":0,"Location":0},"AfterStatistics":{"Statistics":[{"Name":"String","Value":"String"}],"IsHit":false,"Result":0,"Location":0}}