Packagemx.core
Classpublic final class UIComponentCachePolicy

The ContainerCreationPolicy class defines the constant values for the cachePolicy property of the UIComponent class.

See also

mx.core.UIComponent.cachePolicy


Public Constants
 ConstantDefined by
  AUTO : String = "auto"
[static] Specifies that the Flex framework should use heuristics to decide whether to cache the object as a bitmap.
UIComponentCachePolicy
  OFF : String = "off"
[static] Specifies that the Flex framework should never attempt to cache the object as a bitmap.
UIComponentCachePolicy
  ON : String = "on"
[static] Specifies that the Flex framework should always cache the object as a bitmap.
UIComponentCachePolicy
Constant detail
AUTOconstant
public static const AUTO:String = "auto"

Specifies that the Flex framework should use heuristics to decide whether to cache the object as a bitmap.

OFFconstant 
public static const OFF:String = "off"

Specifies that the Flex framework should never attempt to cache the object as a bitmap.

ONconstant 
public static const ON:String = "on"

Specifies that the Flex framework should always cache the object as a bitmap.