Paquete | com.adobe.mosaic.om.interfaces |
Interfaz | public interface ICachePolicy |
Implementadores | CachePolicy |
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versiones de motor de ejecución: | 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 de API relacionados
Propiedades públicas
Propiedad | Definido por | ||
---|---|---|---|
cacheURL : String [solo lectura]
Indicates the URL location of the cache, such as "app-storage:/cache". | ICachePolicy | ||
type : String [solo lectura]
Indicates the type of cache. | ICachePolicy |
Información sobre propiedades
cacheURL | propiedad |
cacheURL:String
[solo lectura] Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versiones de motor de ejecución: | 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.
Implementación
public function get cacheURL():String
Elementos de API relacionados
type | propiedad |
type:String
[solo lectura] Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versiones de motor de ejecución: | AIR 2.6, Flash Player 10.2 |
Indicates the type of cache. Currently cache types cannot be specified by composite application developers.
Implementación
public function get type():String
Elementos de API relacionados
Tue Jun 12 2018, 02:12 PM Z