ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
com.adobe.mosaic.om.interfaces 

ICachePolicy  - AS3 ADEP Composite Application

Packagecom.adobe.mosaic.om.interfaces
Interfacepublic interface ICachePolicy
Implementors CachePolicy

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
Runtime Versions: AIR 2.6, Flash Player 10.2

The 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.

Related API Elements



Public Properties
 PropertyDefined By
  cacheURL : String
[read-only] Indicates the URL location of the cache, such as "app-storage:/cache".
ICachePolicy
  type : String
[read-only] Indicates the type of cache.
ICachePolicy
Property Detail

cacheURL

property
cacheURL:String  [read-only]

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
Runtime Versions: 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.



Implementation
    public function get cacheURL():String

Related API Elements

type

property 
type:String  [read-only]

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
Runtime Versions: AIR 2.6, Flash Player 10.2

Indicates the type of cache. Currently cache types cannot be specified by composite application developers.



Implementation
    public function get type():String

Related API Elements