Package | com.adobe.mosaic.om.impl |
Classe | public class CachePolicy |
Héritage | CachePolicy Object |
Implémente | ICachePolicy |
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versions du moteur d’exécution: | AIR 2.6, Flash Player 10.2 |
Eléments de l’API associés
Propriétés publiques
Propriété | Défini par | ||
---|---|---|---|
cacheURL : String [lecture seule]
Returns the value of cacheURL
| CachePolicy | ||
constructor : Object
Référence à l’objet de classe ou à la fonction constructeur d’une occurrence donnée d’un objet. | Object | ||
type : String [lecture seule]
Returns the value of type
| CachePolicy |
Méthodes publiques
Méthode | Défini par | ||
---|---|---|---|
Constructor. | CachePolicy | ||
Indique si la propriété spécifiée d’un objet est définie. | Object | ||
Indique si une occurrence de la classe Object figure dans la chaîne de prototype de l’objet spécifié en tant que paramètre. | Object | ||
Indique si la propriété spécifiée existe et est énumérable. | Object | ||
Définit la disponibilité d’une propriété dynamique pour les opérations en boucle. | Object | ||
Renvoie la représentation de chaîne de cet objet, formatée selon les paramètres régionaux en vigueur. | Object | ||
Renvoie la représentation sous forme de chaîne de l’objet spécifié. | Object | ||
Renvoie la valeur primitive de l’objet spécifié. | Object |
Constantes publiques
Constante | Défini par | ||
---|---|---|---|
AIR_LOCAL_STORAGE_ALL : CachePolicy [statique]
For AIR applications, cache all content that supports caching in application storage. | CachePolicy | ||
AIR_LOCAL_STORAGE_CATALOGS : CachePolicy [statique]
For AIR applications, cache catalogs in application storage. | CachePolicy | ||
NONE : CachePolicy [statique]
Cache nothing. | CachePolicy |
Détails de la propriété
cacheURL | propriété |
cacheURL:String
[lecture seule] Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versions du moteur d’exécution: | AIR 2.6, Flash Player 10.2 |
Returns the value of cacheURL
Implémentation
public function get cacheURL():String
type | propriété |
type:String
[lecture seule] Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versions du moteur d’exécution: | AIR 2.6, Flash Player 10.2 |
Returns the value of type
Implémentation
public function get type():String
Détails du constructeur
CachePolicy | () | Constructeur |
public function CachePolicy(type:String, cacheURL:String)
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versions du moteur d’exécution: | AIR 2.6, Flash Player 10.2 |
Constructor.
Paramètrestype:String — The type of CachePolicy (see constant CachePolicy's in this class)
| |
cacheURL:String — The cache storage location
|
Détails de la constante
AIR_LOCAL_STORAGE_ALL | Constante |
public static const AIR_LOCAL_STORAGE_ALL:CachePolicy
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versions du moteur d’exécution: | AIR 2.6, Flash Player 10.2 |
For AIR applications, cache all content that supports caching in application storage.
AIR_LOCAL_STORAGE_CATALOGS | Constante |
public static const AIR_LOCAL_STORAGE_CATALOGS:CachePolicy
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versions du moteur d’exécution: | AIR 2.6, Flash Player 10.2 |
For AIR applications, cache catalogs in application storage.
NONE | Constante |
public static const NONE:CachePolicy
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versions du moteur d’exécution: | AIR 2.6, Flash Player 10.2 |
Cache nothing.
Tue Jun 12 2018, 09:30 AM Z