clear cache
/caches/{name}/clear [POST]
API Support | Available since | Last updated | Output |
---|---|---|---|
5.5000 | 5.9500 | xml, json |
Description
Clears the cache content of a specific cache.
To retrieve the list of valid cache names, use the /caches [GET] service.
Parameters
No parameters required.
Permission
This service requires administrator.
Response
When successful, this service returns the cache that was cleared wrapped in a <clear-cache>
element as in the following example:
<clear-cache> <cache name="xml-documents" guid="MY-PC/192.168.200.210-860d089c-62e9-4f2a-9081-e79a2989c0ef"/> </clear-cache>