| Pacote | mx.core |
| Classe | public final class UIComponentCachePolicy |
| Herança | UIComponentCachePolicy Object |
cachePolicy property of the UIComponent class.
Veja também
| Constante | Definido por | ||
|---|---|---|---|
| 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 | ||
| AUTO | Constante |
public static const AUTO:String = "auto"
Specifies that the Flex framework should use heuristics to decide whether to cache the object as a bitmap.
| OFF | Constante |
public static const OFF:String = "off"
Specifies that the Flex framework should never attempt to cache the object as a bitmap.
| ON | Constante |
public static const ON:String = "on"
Specifies that the Flex framework should always cache the object as a bitmap.