패키지 | 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:17 PM Z