Cache REST Endpoints
Cache
The Cache resource provides a set of endpoints for managing Coherence caches based on the cache service instance to which it belongs. Use this resource to access operational information and performance statistics. Cache data is aggregated across all cluster members or it can be viewed for each cluster member. Applications should initially use this resource to discover caches and their associated cache names. Cache names are required to access management data.
- Reset Cache Statistics by Service
- Method: postPath:
/management/coherence/cluster/services/{serviceName}/caches/{cacheName}/members/{memberIdentifier}/resetStatistics
- Reset Cache Statistics by Service
- Method: postPath:
/management/coherence/cluster/services/{serviceName}/caches/{cacheName}/resetStatistics
- Update a Cache Member
- Method: postPath:
/management/coherence/cluster/services/{serviceName}/caches/{cacheName}/members/{memberIdentifier}
- Update the cache configuration parameters on all the Members.
- Method: postPath:
/management/coherence/cluster/services/{serviceName}/caches/{cacheName}
- View Cache Information by Service
- Method: getPath:
/management/coherence/cluster/services/{serviceName}/caches/{cacheName}
- View Cache Member Information by Service
- Method: getPath:
/management/coherence/cluster/services/{serviceName}/caches/{cacheName}/members/{memberIdentifier}
- View Cache Members by Service
- Method: getPath:
/management/coherence/cluster/services/{serviceName}/caches/{cacheName}/members
- View Caches by Service
- Method: getPath:
/management/coherence/cluster/services/{serviceName}/caches