| Paket | com.adobe.mosaic.om.interfaces |
| Arabirim | public interface ICachePolicy |
| Uygulayıcılar | 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 |
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.
İlgili API Öğeleri
Genel Özellikler
| Özellik | Tanımlayan: | ||
|---|---|---|---|
| cacheURL : String [salt okunur]
Indicates the URL location of the cache, such as "app-storage:/cache". | ICachePolicy | ||
| type : String [salt okunur]
Indicates the type of cache. | ICachePolicy | ||
Özellik Ayrıntısı
cacheURL | özellik |
cacheURL:String [salt okunur] | 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 |
Indicates the URL location of the cache, such as "app-storage:/cache".
Currently cache urls cannot be specified by composite application developers.
Uygulama
public function get cacheURL():Stringİlgili API Öğeleri
type | özellik |
type:String [salt okunur] | 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 |
Indicates the type of cache. Currently cache types cannot be specified by composite application developers.
Uygulama
public function get type():Stringİlgili API Öğeleri
Tue Jun 12 2018, 01:09 PM Z