IsCached

CmxImage.IsCached property

Determine whether the object’s data is currently cached, eliminating the need for data reading. Ideal for developers seeking to optimize performance by leveraging cached data efficiently, ensuring faster access to object information.

public override bool IsCached { get; }

Property Value

true if object’s data is cached; otherwise, false.

See Also