Contents

StatusContentCacheInfoContentCacheInfoObject

A dictionary that contains info about the usage of the Content Cache on the device

Declaration

object StatusContentCacheInfoContentCacheInfoObject

Properties

NameTypeDescription
cache-details[string]

The amount of disk space that various categories of cached content use. Apple defines these categories and they’re subject to change.

cache-freeinteger

The amount of disk space in bytes, available to the Content Cache.

cache-limitinteger

The maximum amount of disk space in bytes, available to the Content Cache. A value of 0 indicates an unlimited amount. This value corresponds to CacheLimit in the installed ContentCaching configuration.

cache-statusstring

The level of cache pressure. LOWSPACE means cache pressure is high.

cache-usedinteger

The amount of disk space in bytes, cached content uses. The Content Cache allocates space in its cache for entire files even when it stores only part of those files in its cache.

max-cache-pressure-last-hournumber

A floating-point number between 0.0 and 1.0 that represents how often the cache needed more disk space over the last hour of operation. A lower value is better.

personal-cache-freeinteger

The amount of disk space in bytes, available to the Content Cache for personal iCloud content.

personal-cache-limitinteger

The maximum amount of disk space in bytes, available to the Content Cache for personal iCloud content. A value of 0 indicates an unlimited amount.

personal-cache-usedinteger

The amount of disk space, in bytes, available to the Content Cache for personal iCloud content.