Cache (Short Form) REST Endpoints
Cache (Short Form)
The Cache (Short Form) resource provides a set of endpoints for managing Coherence caches and does not require the service name to which the cache 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
- Method: postPath:
/management/coherence/cluster/caches/{cacheName}/members/{memberIdentifier}/resetStatistics
- Update Cache Member
- Method: postPath:
/management/coherence/cluster/caches/{cacheName}/members/{memberIdentifier}
- View Cache Information
- Method: getPath:
/management/coherence/cluster/caches/{cacheName}
- View Cache Member Information
- Method: getPath:
/management/coherence/cluster/caches/{cacheName}/members/{memberIdentifier}
- View Cache Member Information
- Method: getPath:
/management/coherence/cluster/views/{viewName}/members/{memberIdentifier}
- View Cache Members
- Method: getPath:
/management/coherence/cluster/caches/{cacheName}/members
- View Caches
- Method: getPath:
/management/coherence/cluster/caches