Package | com.adobe.mosaic.om.interfaces |
Interface | public interface ICachePolicy |
Implémenteurs | 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 |
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.
Eléments de l’API associés
Propriétés publiques
Propriété | Défini par | ||
---|---|---|---|
cacheURL : String [lecture seule]
Indicates the URL location of the cache, such as "app-storage:/cache". | ICachePolicy | ||
type : String [lecture seule]
Indicates the type of cache. | ICachePolicy |
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 |
Indicates the URL location of the cache, such as "app-storage:/cache"
.
Currently cache urls cannot be specified by composite application developers.
Implémentation
public function get cacheURL():String
Eléments de l’API associés
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 |
Indicates the type of cache. Currently cache types cannot be specified by composite application developers.
Implémentation
public function get type():String
Eléments de l’API associés
Tue Jun 12 2018, 09:30 AM Z