pictureCacheMegabytes property

double pictureCacheMegabytes

The number of megabytes of image data used to cache pictures during the frame.

See also layerCacheCount, layerCacheBytes, pictureCacheCount and pictureCacheBytes.

Implementation

double get pictureCacheMegabytes => pictureCacheBytes / 1024.0 / 1024.0;