Pakiet | com.adobe.mosaic.om.interfaces |
Interfejs | public interface ICachePolicy |
Implementory | CachePolicy |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Wersje środowiska wykonawczego: | 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.
Powiązane elementy interfejsu API
Właściwości publiczne
Właściwość | Zdefiniowane przez | ||
---|---|---|---|
cacheURL : String [tylko do odczytu]
Indicates the URL location of the cache, such as "app-storage:/cache". | ICachePolicy | ||
type : String [tylko do odczytu]
Indicates the type of cache. | ICachePolicy |
Szczegół właściwości
cacheURL | właściwość |
cacheURL:String
[tylko do odczytu] Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Wersje środowiska wykonawczego: | 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.
Implementacja
public function get cacheURL():String
Powiązane elementy interfejsu API
type | właściwość |
type:String
[tylko do odczytu] Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Wersje środowiska wykonawczego: | AIR 2.6, Flash Player 10.2 |
Indicates the type of cache. Currently cache types cannot be specified by composite application developers.
Implementacja
public function get type():String
Powiązane elementy interfejsu API
Tue Jun 12 2018, 12:06 PM Z