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