| Package | com.adobe.mosaic.om.interfaces | 
| Interface | public 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 | 
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
| Property | Defined 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():StringRelated 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():StringRelated API Elements
Thu Dec 4 2014, 05:50 PM -08:00