| パッケージ | 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, 10:34 AM Z