View Caches by Service
get
/management/coherence/cluster/services/{serviceName}/caches
Use this endpoint to view a list of caches that are managed by a specific service. Cache names are often used as parameters when performing other resource operations.
Request
Path Parameters
-
serviceName(required): string
Name of the cache service.
Response
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:
string
Name of the cache.
-
memberCount:
integer(int32)
Number of cache members.