Paket | com.adobe.mosaic.om.impl |
Klasse | public class CachePolicy |
Vererbung | CachePolicy Object |
Implementiert | ICachePolicy |
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Laufzeitversionen: | AIR 2.6, Flash Player 10.2 |
Verwandte API-Elemente
Öffentliche Eigenschaften
Eigenschaft | Definiert von | ||
---|---|---|---|
cacheURL : String [schreibgeschützt]
Returns the value of cacheURL
| CachePolicy | ||
constructor : Object
Ein Verweis auf das Klassenobjekt oder die Konstruktorfunktion für eine angegebene Objektinstanz. | Object | ||
type : String [schreibgeschützt]
Returns the value of type
| CachePolicy |
Öffentliche Methoden
Methode | Definiert von | ||
---|---|---|---|
Constructor. | CachePolicy | ||
Gibt an, ob für ein Objekt eine bestimmte Eigenschaft definiert wurde. | Object | ||
Gibt an, ob eine Instanz der Object-Klasse in der Prototypkette des Objekts vorhanden ist, das als Parameter angegeben wurde. | Object | ||
Gibt an, ob die angegebene Eigenschaft vorhanden ist und durchlaufen werden kann. | Object | ||
Legt die Verfügbarkeit einer dynamischen Eigenschaft für Schleifenoperationen fest. | Object | ||
Gibt die Stringdarstellung dieses Objekts zurück, formatiert entsprechend den Konventionen des Gebietsschemas. | Object | ||
Gibt das angegebene Objekt als String zurück. | Object | ||
Gibt den Grundwert des angegebenen Objekts zurück. | Object |
Öffentliche Konstanten
Konstante | Definiert von | ||
---|---|---|---|
AIR_LOCAL_STORAGE_ALL : CachePolicy [statisch]
For AIR applications, cache all content that supports caching in application storage. | CachePolicy | ||
AIR_LOCAL_STORAGE_CATALOGS : CachePolicy [statisch]
For AIR applications, cache catalogs in application storage. | CachePolicy | ||
NONE : CachePolicy [statisch]
Cache nothing. | CachePolicy |
Eigenschaftendetails
cacheURL | Eigenschaft |
cacheURL:String
[schreibgeschützt] Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Laufzeitversionen: | AIR 2.6, Flash Player 10.2 |
Returns the value of cacheURL
Implementierung
public function get cacheURL():String
type | Eigenschaft |
Konstruktordetails
CachePolicy | () | Konstruktor |
public function CachePolicy(type:String, cacheURL:String)
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Laufzeitversionen: | AIR 2.6, Flash Player 10.2 |
Constructor.
Parametertype:String — The type of CachePolicy (see constant CachePolicy's in this class)
| |
cacheURL:String — The cache storage location
|
Konstantendetails
AIR_LOCAL_STORAGE_ALL | Konstante |
public static const AIR_LOCAL_STORAGE_ALL:CachePolicy
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Laufzeitversionen: | AIR 2.6, Flash Player 10.2 |
For AIR applications, cache all content that supports caching in application storage.
AIR_LOCAL_STORAGE_CATALOGS | Konstante |
public static const AIR_LOCAL_STORAGE_CATALOGS:CachePolicy
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Laufzeitversionen: | AIR 2.6, Flash Player 10.2 |
For AIR applications, cache catalogs in application storage.
NONE | Konstante |
public static const NONE:CachePolicy
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Laufzeitversionen: | AIR 2.6, Flash Player 10.2 |
Cache nothing.
Tue Jun 12 2018, 10:04 AM Z