| Package | mx.core | 
| Class | public final class UIComponentCachePolicy | 
| Inheritance | UIComponentCachePolicy    Object | 
cachePolicy property of the UIComponent class.
   
See also
| Constant | Defined 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 | ||
| AUTO | Constant | 
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 | Constant | 
public static const OFF:String = "off"
Specifies that the Flex framework should never attempt to cache the object as a bitmap.
| ON | Constant | 
public static const ON:String = "on"
Specifies that the Flex framework should always cache the object as a bitmap.