Cache Management
Get cache statistics
Returns JVM memory information and per-provider per-region cache statistics including hit counts, miss counts, and memory usage.
get/api/v1/caches/stats
Response
Cache statistics retrieved successfully
Example response
{
"entity": {
"clusterId": "b1c2d3e4-f5a6-7890-abcd-ef1234567890",
"serverId": "a9f3c1d2-e456-7890-bcde-f12345678901",
"serverName": "dotcms-node-1.example.com",
"memory": {
"maxMemory": 8589934592,
"allocatedMemory": 4294967296,
"usedMemory": 2147483648,
"freeMemory": 6442450944
},
"providers": [
{
"providerName": "Guava Memory Cache",
"columns": [
"Region",
"Configured Size",
"Memory Used",
"Is Default",
"Hit Count",
"Miss Count"
]
}
]
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.