Package | com.adobe.mosaic.om.impl |
Class | public class CachePolicy |
Inheritance | CachePolicy Object |
Implements | ICachePolicy |
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 |
Related API Elements
Public Properties
Property | Defined By | ||
---|---|---|---|
cacheURL : String [read-only]
Returns the value of cacheURL
| CachePolicy | ||
constructor : Object
A reference to the class object or constructor function for a given object instance. | Object | ||
prototype : Object [static]
A reference to the prototype object of a class or function object. | Object | ||
type : String [read-only]
Returns the value of type
| CachePolicy |
Public Methods
Method | Defined By | ||
---|---|---|---|
Constructor. | CachePolicy | ||
Indicates whether an object has a specified property defined. | Object | ||
Indicates whether an instance of the Object class is in the prototype chain of the object specified
as the parameter. | Object | ||
Indicates whether the specified property exists and is enumerable. | Object | ||
Sets the availability of a dynamic property for loop operations. | Object | ||
Returns the string representation of this object, formatted according to locale-specific conventions. | Object | ||
Returns the string representation of the specified object. | Object | ||
Returns the primitive value of the specified object. | Object |
Public Constants
Constant | Defined By | ||
---|---|---|---|
AIR_LOCAL_STORAGE_ALL : CachePolicy [static]
For AIR applications, cache all content that supports caching in application storage. | CachePolicy | ||
AIR_LOCAL_STORAGE_CATALOGS : CachePolicy [static]
For AIR applications, cache catalogs in application storage. | CachePolicy | ||
NONE : CachePolicy [static]
Cache nothing. | CachePolicy |
Property Detail
cacheURL | property |
type | property |
Constructor Detail
CachePolicy | () | Constructor |
public function CachePolicy(type:String, cacheURL:String)
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 |
Constructor.
Parameterstype:String — The type of CachePolicy (see constant CachePolicy's in this class)
| |
cacheURL:String — The cache storage location
|
Constant Detail
AIR_LOCAL_STORAGE_ALL | Constant |
public static const AIR_LOCAL_STORAGE_ALL: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 |
For AIR applications, cache all content that supports caching in application storage.
AIR_LOCAL_STORAGE_CATALOGS | Constant |
public static const AIR_LOCAL_STORAGE_CATALOGS: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 |
For AIR applications, cache catalogs in application storage.
NONE | Constant |
public static const NONE: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 |
Cache nothing.
Mon Nov 28 2011, 06:48 AM -08:00