包 | com.adobe.mosaic.om.impl |
类 | public class CachePolicy |
继承 | CachePolicy Object |
实现 | ICachePolicy |
语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
运行时版本: | AIR 2.6, Flash Player 10.2 |
相关 API 元素
公共属性
属性 | 由以下参数定义 | ||
---|---|---|---|
cacheURL : String [只读]
Returns the value of cacheURL
| CachePolicy | ||
constructor : Object
对类对象或给定对象实例的构造函数的引用。 | Object | ||
type : String [只读]
Returns the value of type
| CachePolicy |
公共方法
方法 | 由以下参数定义 | ||
---|---|---|---|
Constructor. | CachePolicy | ||
表示对象是否已经定义了指定的属性。 | Object | ||
表示 Object 类的实例是否在指定为参数的对象的原型链中。 | Object | ||
表示指定的属性是否存在、是否可枚举。 | Object | ||
设置循环操作动态属性的可用性。 | Object | ||
返回此对象的字符串表示形式,其格式设置遵守区域设置特定的约定。 | Object | ||
返回指定对象的字符串表示形式。 | Object | ||
返回指定对象的原始值。 | Object |
公共常量
常量 | 由以下参数定义 | ||
---|---|---|---|
AIR_LOCAL_STORAGE_ALL : CachePolicy [静态]
For AIR applications, cache all content that supports caching in application storage. | CachePolicy | ||
AIR_LOCAL_STORAGE_CATALOGS : CachePolicy [静态]
For AIR applications, cache catalogs in application storage. | CachePolicy | ||
NONE : CachePolicy [静态]
Cache nothing. | CachePolicy |
属性详细信息
cacheURL | 属性 |
type | 属性 |
构造函数详细信息
CachePolicy | () | 构造函数 |
public function CachePolicy(type:String, cacheURL:String)
语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
运行时版本: | AIR 2.6, Flash Player 10.2 |
Constructor.
参数type:String — The type of CachePolicy (see constant CachePolicy's in this class)
| |
cacheURL:String — The cache storage location
|
常量详细信息
AIR_LOCAL_STORAGE_ALL | 常量 |
public static const AIR_LOCAL_STORAGE_ALL:CachePolicy
语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
运行时版本: | AIR 2.6, Flash Player 10.2 |
For AIR applications, cache all content that supports caching in application storage.
AIR_LOCAL_STORAGE_CATALOGS | 常量 |
public static const AIR_LOCAL_STORAGE_CATALOGS:CachePolicy
语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
运行时版本: | AIR 2.6, Flash Player 10.2 |
For AIR applications, cache catalogs in application storage.
NONE | 常量 |
public static const NONE:CachePolicy
语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
运行时版本: | AIR 2.6, Flash Player 10.2 |
Cache nothing.
Tue Jun 12 2018, 11:04 AM Z