View Caches
get
/management/coherence/cluster/caches
Use this endpoint to view a list of caches in the cluster. Cache names are often used as parameters when performing other cache resource operations.
Request
There are no request parameters for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
A successful request that returns a list of caches
Nested Schema : items
Type:
Show Source
array
-
Array of:
object cache
Details of the particular cache.
Nested Schema : cache
Type:
object
Details of the particular cache.
Show Source
-
cacheName(optional):
string
Name of the cache.
-
memberCount(optional):
integer(int32)
Number of cache members.