StatusContentCacheInfo
The status item that reports information about the Content Cache service.
Declaration
object StatusContentCacheInfoProperties
| Name | Type | Description |
|---|---|---|
content-cache.info Required | StatusContentCacheInfoContentCacheInfoObject | A dictionary that contains info about the usage of the Content Cache on the device |
Discussion
Status item availability
Allowed in supervised enrollment | macOS |
Allowed in device enrollment | N/A |
Allowed in user enrollment | N/A |
Allowed in local enrollment | macOS |
Allowed in system scope | macOS |
Allowed in user scope | N/A |
Status item example
{
"content-cache": {
"info": {
"cache-free": 10737418240,
"cache-limit": 0,
"cache-status": "OK",
"cache-used": 5368709120,
"max-cache-pressure-last-hour": 0.15,
"personal-cache-free": 2147483648,
"personal-cache-limit": 0,
"personal-cache-used": 1073741824
}
}
}