包 | mx.core |
类 | public final class UIComponentCachePolicy |
继承 | UIComponentCachePolicy Object |
cachePolicy
属性的常数值。
另请参见
常量 | 定义方 | ||
---|---|---|---|
AUTO : String = "auto" [静态] 指定 Flex 框架应使用探试法确定是否将对象缓存为位图。 | UIComponentCachePolicy | ||
OFF : String = "off" [静态] 指定 Flex 框架不应尝试将对象缓存为位图。 | UIComponentCachePolicy | ||
ON : String = "on" [静态] 指定 Flex 框架应始终将对象缓存为位图。 | UIComponentCachePolicy |
AUTO | 常量 |
public static const AUTO:String = "auto"
指定 Flex 框架应使用探试法确定是否将对象缓存为位图。
OFF | 常量 |
public static const OFF:String = "off"
指定 Flex 框架不应尝试将对象缓存为位图。
ON | 常量 |
public static const ON:String = "on"
指定 Flex 框架应始终将对象缓存为位图。