| Pacchetto | com.adobe.mosaic.om.interfaces |
| Interfaccia | public interface ICachePolicy |
| Implementatori | CachePolicy |
| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Versioni runtime: | 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.
Elementi API correlati
Proprietà pubbliche
| Proprietà | Definito da | ||
|---|---|---|---|
| cacheURL : String [sola lettura]
Indicates the URL location of the cache, such as "app-storage:/cache". | ICachePolicy | ||
| type : String [sola lettura]
Indicates the type of cache. | ICachePolicy | ||
Descrizione delle proprietà
cacheURL | proprietà |
cacheURL:String [sola lettura] | Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Versioni runtime: | 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.
Implementazione
public function get cacheURL():StringElementi API correlati
type | proprietà |
type:String [sola lettura] | Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Versioni runtime: | AIR 2.6, Flash Player 10.2 |
Indicates the type of cache. Currently cache types cannot be specified by composite application developers.
Implementazione
public function get type():StringElementi API correlati
Tue Jun 12 2018, 02:44 PM Z