| Pacote | com.adobe.mosaic.om.interfaces |
| Interface | public interface ICachePolicy |
| Implementadores | CachePolicy |
| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Versões de 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.
Elementos da API relacionados
Propriedades públicas
| Propriedade | Definido por | ||
|---|---|---|---|
| cacheURL : String [somente leitura]
Indicates the URL location of the cache, such as "app-storage:/cache". | ICachePolicy | ||
| type : String [somente leitura]
Indicates the type of cache. | ICachePolicy | ||
Detalhes da propriedade
cacheURL | propriedade |
cacheURL:String [somente leitura] | Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Versões de 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.
Implementação
public function get cacheURL():StringElementos da API relacionados
type | propriedade |
type:String [somente leitura] | Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Versões de runtime: | AIR 2.6, Flash Player 10.2 |
Indicates the type of cache. Currently cache types cannot be specified by composite application developers.
Implementação
public function get type():StringElementos da API relacionados
Wed Jun 13 2018, 11:10 AM Z