Paket | com.adobe.mosaic.om.impl |
Klass | public class CachePolicy |
Arv | CachePolicy Object |
Implementerar | ICachePolicy |
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Körningsmiljöversioner: | AIR 2.6, Flash Player 10.2 |
Relaterade API-element
Publika egenskaper
Egenskap | Definieras med | ||
---|---|---|---|
cacheURL : String [skrivskyddad]
Returns the value of cacheURL
| CachePolicy | ||
constructor : Object
En referens till klassobjektet eller konstruktorfunktionen för en given objektinstans. | Object | ||
type : String [skrivskyddad]
Returns the value of type
| CachePolicy |
Publika metoder
Metod | Definieras med | ||
---|---|---|---|
Constructor. | CachePolicy | ||
Anger om det finns en egenskap angiven för ett objekt. | Object | ||
Anger om en instans av klassen Object finns i prototypkedjan för objektet som anges som parameter. | Object | ||
Anger om den angivna egenskapen finns och är uppräkningsbar. | Object | ||
Anger tillgänglighet för en dynamisk egenskap för slingåtgärder. | Object | ||
Returnerar det här objektets strängrepresentation, formaterad i enlighet med språkspecifika konventioner. | Object | ||
Returnerar det angivna objektets strängbeteckning. | Object | ||
Returnerar det angivna objektets primitiva värde. | Object |
Publika konstanter
Konstant | Definieras med | ||
---|---|---|---|
AIR_LOCAL_STORAGE_ALL : CachePolicy [statisk]
For AIR applications, cache all content that supports caching in application storage. | CachePolicy | ||
AIR_LOCAL_STORAGE_CATALOGS : CachePolicy [statisk]
For AIR applications, cache catalogs in application storage. | CachePolicy | ||
NONE : CachePolicy [statisk]
Cache nothing. | CachePolicy |
Egenskapsdetaljer
cacheURL | egenskap |
cacheURL:String
[skrivskyddad] Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Körningsmiljöversioner: | AIR 2.6, Flash Player 10.2 |
Returns the value of cacheURL
Implementering
public function get cacheURL():String
type | egenskap |
Konstruktordetaljer
CachePolicy | () | Konstruktor |
public function CachePolicy(type:String, cacheURL:String)
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Körningsmiljöversioner: | AIR 2.6, Flash Player 10.2 |
Constructor.
Parametrartype:String — The type of CachePolicy (see constant CachePolicy's in this class)
| |
cacheURL:String — The cache storage location
|
Konstantdetaljer
AIR_LOCAL_STORAGE_ALL | Konstant |
public static const AIR_LOCAL_STORAGE_ALL:CachePolicy
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Körningsmiljöversioner: | AIR 2.6, Flash Player 10.2 |
For AIR applications, cache all content that supports caching in application storage.
AIR_LOCAL_STORAGE_CATALOGS | Konstant |
public static const AIR_LOCAL_STORAGE_CATALOGS:CachePolicy
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Körningsmiljöversioner: | AIR 2.6, Flash Player 10.2 |
For AIR applications, cache catalogs in application storage.
NONE | Konstant |
public static const NONE:CachePolicy
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Körningsmiljöversioner: | AIR 2.6, Flash Player 10.2 |
Cache nothing.
Tue Jun 12 2018, 01:40 PM Z