套件 | com.adobe.mosaic.om.interfaces |
介面 | public interface ICachePolicy |
實作者 | CachePolicy |
語言版本: | ActionScript 3.0 |
產品版本: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
執行階段版本: | 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.
相關 API 元素
公用屬性
屬性 | 定義自 | ||
---|---|---|---|
cacheURL : String [唯讀]
Indicates the URL location of the cache, such as "app-storage:/cache". | ICachePolicy | ||
type : String [唯讀]
Indicates the type of cache. | ICachePolicy |
屬性詳細資訊
cacheURL | 屬性 |
cacheURL:String
[唯讀] 語言版本: | ActionScript 3.0 |
產品版本: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
執行階段版本: | 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.
實作
public function get cacheURL():String
相關 API 元素
type | 屬性 |
type:String
[唯讀] 語言版本: | ActionScript 3.0 |
產品版本: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
執行階段版本: | AIR 2.6, Flash Player 10.2 |
Indicates the type of cache. Currently cache types cannot be specified by composite application developers.
實作
public function get type():String
相關 API 元素
Tue Jun 12 2018, 03:47 PM Z