Paket | com.adobe.mosaic.om.impl |
Sınıf | public class CachePolicy |
Miras Alma | CachePolicy Object |
Uygular | ICachePolicy |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Çalışma Zamanı Sürümleri: | AIR 2.6, Flash Player 10.2 |
İlgili API Öğeleri
Genel Özellikler
Özellik | Tanımlayan: | ||
---|---|---|---|
cacheURL : String [salt okunur]
Returns the value of cacheURL
| CachePolicy | ||
constructor : Object
Belirli bir nesne örneği için sınıf nesnesine veya yapıcı işlevine bir başvuru. | Object | ||
type : String [salt okunur]
Returns the value of type
| CachePolicy |
Genel Yöntemler
Yöntem | Tanımlayan: | ||
---|---|---|---|
Constructor. | CachePolicy | ||
Bir nesnenin belirli bir özelliğinin tanımlı olup olmadığını gösterir. | Object | ||
Object sınıfının bir örneğinin parametre olarak belirtilen nesnenin prototip zincirinde olup olmadığını gösterir. | Object | ||
Belirtilen özelliğin bulunup bulunmadığını ve numaralandırılabilir olup olmadığını gösterir. | Object | ||
Dinamik bir özelliğin döngü işlemlerinde kullanılabilirliğini ayarlar. | Object | ||
Bu nesnenin, yerel ayara özel kurallara göre biçimlendirilmiş dize temsilini döndürür. | Object | ||
Belirtilen nesnenin dize olarak temsil edilen halini döndürür. | Object | ||
Belirtilen nesnenin temel değerini döndürür. | Object |
Genel Sabitler
Sabit | Tanımlayan: | ||
---|---|---|---|
AIR_LOCAL_STORAGE_ALL : CachePolicy [statik]
For AIR applications, cache all content that supports caching in application storage. | CachePolicy | ||
AIR_LOCAL_STORAGE_CATALOGS : CachePolicy [statik]
For AIR applications, cache catalogs in application storage. | CachePolicy | ||
NONE : CachePolicy [statik]
Cache nothing. | CachePolicy |
Özellik Ayrıntısı
cacheURL | özellik |
type | özellik |
Yapıcı Ayrıntı
CachePolicy | () | Yapıcı |
public function CachePolicy(type:String, cacheURL:String)
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Çalışma Zamanı Sürümleri: | AIR 2.6, Flash Player 10.2 |
Constructor.
Parametrelertype:String — The type of CachePolicy (see constant CachePolicy's in this class)
| |
cacheURL:String — The cache storage location
|
Sabit Ayrıntısı
AIR_LOCAL_STORAGE_ALL | Sabit |
public static const AIR_LOCAL_STORAGE_ALL:CachePolicy
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Çalışma Zamanı Sürümleri: | AIR 2.6, Flash Player 10.2 |
For AIR applications, cache all content that supports caching in application storage.
AIR_LOCAL_STORAGE_CATALOGS | Sabit |
public static const AIR_LOCAL_STORAGE_CATALOGS:CachePolicy
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Çalışma Zamanı Sürümleri: | AIR 2.6, Flash Player 10.2 |
For AIR applications, cache catalogs in application storage.
NONE | Sabit |
public static const NONE:CachePolicy
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Çalışma Zamanı Sürümleri: | AIR 2.6, Flash Player 10.2 |
Cache nothing.
Tue Jun 12 2018, 01:09 PM Z