| Pakket | com.adobe.mosaic.om.interfaces |
| Interface | public interface ICachePolicy |
| Geïmplementeerd door | CachePolicy |
| Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Runtimeversies: | 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.
Verwante API-elementen
Openbare eigenschappen
| Eigenschap | Gedefinieerd door | ||
|---|---|---|---|
| cacheURL : String [alleen-lezen]
Indicates the URL location of the cache, such as "app-storage:/cache". | ICachePolicy | ||
| type : String [alleen-lezen]
Indicates the type of cache. | ICachePolicy | ||
Eigenschapdetails
cacheURL | eigenschap |
cacheURL:String [alleen-lezen] | Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Runtimeversies: | 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.
Implementatie
public function get cacheURL():StringVerwante API-elementen
type | eigenschap |
type:String [alleen-lezen] | Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Runtimeversies: | AIR 2.6, Flash Player 10.2 |
Indicates the type of cache. Currently cache types cannot be specified by composite application developers.
Implementatie
public function get type():StringVerwante API-elementen
Wed Jun 13 2018, 11:42 AM Z