---
title: StatusContentCacheInfo
framework: devicemanagement
role: symbol
role_heading: Object
path: devicemanagement/statuscontentcacheinfo
---

# StatusContentCacheInfo

The status item that reports information about the Content Cache service.

## Declaration

```data
object StatusContentCacheInfo
```

## Properties

content-cache.info: A dictionary that contains info about the usage of the Content Cache on the device

## Discussion

Discussion Status item availability  |   |   |   |   |   |   |  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         }     } }

## Topics

### Objects

- [StatusContentCacheInfoContentCacheInfoObject](devicemanagement/statuscontentcacheinfocontentcacheinfoobject.md)

## See Also

### Content cache items

- [StatusContentCacheParents](devicemanagement/statuscontentcacheparents.md)
- [StatusContentCachePeers](devicemanagement/statuscontentcachepeers.md)
- [StatusContentCacheService](devicemanagement/statuscontentcacheservice.md)
