Pakket | com.adobe.mosaic.om.impl |
Klasse | public class CachePolicy |
Overerving | CachePolicy Object |
Implementatie | ICachePolicy |
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Runtimeversies: | AIR 2.6, Flash Player 10.2 |
Verwante API-elementen
Openbare eigenschappen
Eigenschap | Gedefinieerd door | ||
---|---|---|---|
cacheURL : String [alleen-lezen]
Returns the value of cacheURL
| CachePolicy | ||
constructor : Object
Verwijzing naar het klasseobject of de constructorfunctie van een bepaalde objectinstantie. | Object | ||
type : String [alleen-lezen]
Returns the value of type
| CachePolicy |
Openbare methoden
Methode | Gedefinieerd door | ||
---|---|---|---|
Constructor. | CachePolicy | ||
Geeft aan of voor een object een opgegeven eigenschap is gedefinieerd. | Object | ||
Geeft aan of een instantie van de klasse Object zich in de prototypeketen van het object bevindt dat als parameter is opgegeven. | Object | ||
Geeft aan of de opgegeven eigenschap bestaat en kan worden opgesomd. | Object | ||
Stelt de beschikbaarheid van een dynamische eigenschap voor lusbewerkingen in. | Object | ||
Geeft de tekenreeksweergave van dit object weer, geformatteerd volgens de locatiespecifieke conventies. | Object | ||
Retourneert een tekenreeksrepresentatie van het opgegeven object. | Object | ||
Retourneert de primitieve waarde van het opgegeven object. | Object |
Openbare constanten
Constante | Gedefinieerd door | ||
---|---|---|---|
AIR_LOCAL_STORAGE_ALL : CachePolicy [statisch]
For AIR applications, cache all content that supports caching in application storage. | CachePolicy | ||
AIR_LOCAL_STORAGE_CATALOGS : CachePolicy [statisch]
For AIR applications, cache catalogs in application storage. | CachePolicy | ||
NONE : CachePolicy [statisch]
Cache nothing. | CachePolicy |
Eigenschapdetails
cacheURL | eigenschap |
type | eigenschap |
Constructordetails
CachePolicy | () | Constructor |
public function CachePolicy(type:String, cacheURL:String)
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Runtimeversies: | 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
|
Constantedetails
AIR_LOCAL_STORAGE_ALL | Constante |
public static const AIR_LOCAL_STORAGE_ALL:CachePolicy
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Runtimeversies: | AIR 2.6, Flash Player 10.2 |
For AIR applications, cache all content that supports caching in application storage.
AIR_LOCAL_STORAGE_CATALOGS | Constante |
public static const AIR_LOCAL_STORAGE_CATALOGS:CachePolicy
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Runtimeversies: | AIR 2.6, Flash Player 10.2 |
For AIR applications, cache catalogs in application storage.
NONE | Constante |
public static const NONE:CachePolicy
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Runtimeversies: | AIR 2.6, Flash Player 10.2 |
Cache nothing.
Wed Jun 13 2018, 11:42 AM Z