All URIs are relative to https://<CONFLUENCE_URL>/rest/bootstrapi/1
Method | HTTP request | Description |
---|---|---|
flushCache | POST /caches/{name}/flush | Flushes a cache |
getCache | GET /caches/{name} | Read cache information for a specified cache |
getCaches | GET /caches | Read all cache information |
updateCache | PUT /caches/{name} | Update an existing cache-size. Only Setting maxObjectCount is supported. |
CacheBean flushCache(name)
Flushes a cache
Empties the specified cache
Name | Type | Description | Notes |
---|---|---|---|
name | String | [default to null] |
- Content-Type: Not defined
- Accept: application/json
CacheBean getCache(name)
Read cache information for a specified cache
Name | Type | Description | Notes |
---|---|---|---|
name | String | [default to null] |
- Content-Type: Not defined
- Accept: application/json
List getCaches()
Read all cache information
This endpoint does not need any parameter.
- Content-Type: Not defined
- Accept: application/json
CacheBean updateCache(name, CacheBean)
Update an existing cache-size. Only Setting maxObjectCount is supported.
Name | Type | Description | Notes |
---|---|---|---|
name | String | [default to null] | |
CacheBean | CacheBean | [optional] |
- Content-Type: application/json
- Accept: application/json