WKInterfaceDevice.CachedImages Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a dictionary of image identifiers and the associated size, in bytes, of images in the image cache.
public System.Collections.Generic.IReadOnlyDictionary<string,long> CachedImages { get; }
member this.CachedImages : System.Collections.Generic.IReadOnlyDictionary<string, int64>
Property Value
The keys are image identifiers and the values are the size, in bytes, of the associated image.
Remarks
The size of the images can be used to guide the application developer in over-writing or removing images from the image cache, which is limited to approximately 20MB.