Paket | com.adobe.mosaic.om.interfaces |
Gränssnitt | public interface ICachePolicy |
Implementorer | CachePolicy |
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Körningsmiljöversioner: | 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.
Relaterade API-element
Publika egenskaper
Egenskap | Definieras med | ||
---|---|---|---|
cacheURL : String [skrivskyddad]
Indicates the URL location of the cache, such as "app-storage:/cache". | ICachePolicy | ||
type : String [skrivskyddad]
Indicates the type of cache. | ICachePolicy |
Egenskapsdetaljer
cacheURL | egenskap |
cacheURL:String
[skrivskyddad] Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Körningsmiljöversioner: | 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.
Implementering
public function get cacheURL():String
Relaterade API-element
type | egenskap |
type:String
[skrivskyddad] Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Körningsmiljöversioner: | AIR 2.6, Flash Player 10.2 |
Indicates the type of cache. Currently cache types cannot be specified by composite application developers.
Implementering
public function get type():String
Relaterade API-element
Tue Jun 12 2018, 01:40 PM Z