| Paket | com.adobe.mosaic.om.interfaces |
| Schnittstelle | public interface ICachePolicy |
| Umsetzer | CachePolicy |
| Sprachversion: | ActionScript 3.0 |
| Produktversion: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Laufzeitversionen: | 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.
Verwandte API-Elemente
Öffentliche Eigenschaften
| Eigenschaft | Definiert von | ||
|---|---|---|---|
| cacheURL : String [schreibgeschützt]
Indicates the URL location of the cache, such as "app-storage:/cache". | ICachePolicy | ||
| type : String [schreibgeschützt]
Indicates the type of cache. | ICachePolicy | ||
Eigenschaftendetails
cacheURL | Eigenschaft |
cacheURL:String [schreibgeschützt] | Sprachversion: | ActionScript 3.0 |
| Produktversion: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Laufzeitversionen: | 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.
Implementierung
public function get cacheURL():StringVerwandte API-Elemente
type | Eigenschaft |
type:String [schreibgeschützt] | Sprachversion: | ActionScript 3.0 |
| Produktversion: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Laufzeitversionen: | AIR 2.6, Flash Player 10.2 |
Indicates the type of cache. Currently cache types cannot be specified by composite application developers.
Implementierung
public function get type():StringVerwandte API-Elemente
Tue Jun 12 2018, 10:04 AM Z