| 包 | com.adobe.mosaic.om.interfaces |
| 接口 | public interface ICachePolicy |
| 实现器 | CachePolicy |
| 语言版本: | ActionScript 3.0 |
| 产品版本: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| 运行时版本: | AIR 2.6, Flash Player 10.2 |
ICachePolicy interface specifies cache options to use within a composite application when
running using the AIR Runtime.
Only specific ICachePolicy implementations available in com.adobe.mosaic.om.impl.CachePolicy are allowed.
相关 API 元素
公共属性
| 属性 | 由以下参数定义 | ||
|---|---|---|---|
| cacheURL : String [只读]
Indicates the URL location of the cache, such as "app-storage:/cache". | ICachePolicy | ||
| type : String [只读]
Indicates the type of cache. | ICachePolicy | ||
属性详细信息
cacheURL | 属性 |
cacheURL:String [只读] | 语言版本: | ActionScript 3.0 |
| 产品版本: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| 运行时版本: | AIR 2.6, Flash Player 10.2 |
Indicates the URL location of the cache, such as "app-storage:/cache".
Currently cache urls cannot be specified by composite application developers.
实现
public function get cacheURL():String相关 API 元素
type | 属性 |
type:String [只读] | 语言版本: | ActionScript 3.0 |
| 产品版本: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| 运行时版本: | AIR 2.6, Flash Player 10.2 |
Indicates the type of cache. Currently cache types cannot be specified by composite application developers.
实现
public function get type():String相关 API 元素
Tue Jun 12 2018, 11:04 AM Z