Package | org.vostokframework.domain.loading.settings |
Class | public class LoadingCacheSettings |
Inheritance | LoadingCacheSettings Object |
Implements | org.as3coreaddendum.system.ICloneable |
Property | Defined By | ||
---|---|---|---|
allowInternalCache : Boolean | LoadingCacheSettings | ||
killExternalCache : Boolean
description
| LoadingCacheSettings |
Method | Defined By | ||
---|---|---|---|
description
| LoadingCacheSettings | ||
clone():* | LoadingCacheSettings |
allowInternalCache | property |
allowInternalCache:Boolean
public function get allowInternalCache():Boolean
public function set allowInternalCache(value:Boolean):void
killExternalCache | property |
killExternalCache:Boolean
description
public function get killExternalCache():Boolean
public function set killExternalCache(value:Boolean):void
LoadingCacheSettings | () | Constructor |
public function LoadingCacheSettings()
description
clone | () | method |
public function clone():*
Returns* |