Packageorg.vostokframework.domain.loading.settings
Classpublic class LoadingCacheSettings
InheritanceLoadingCacheSettings Inheritance Object
Implements org.as3coreaddendum.system.ICloneable

description



Public Properties
 PropertyDefined By
  allowInternalCache : Boolean
LoadingCacheSettings
  killExternalCache : Boolean
description
LoadingCacheSettings
Public Methods
 MethodDefined By
  
description
LoadingCacheSettings
  
clone():*
LoadingCacheSettings
Property Detail
allowInternalCacheproperty
allowInternalCache:Boolean


Implementation
    public function get allowInternalCache():Boolean
    public function set allowInternalCache(value:Boolean):void
killExternalCacheproperty 
killExternalCache:Boolean

description


Implementation
    public function get killExternalCache():Boolean
    public function set killExternalCache(value:Boolean):void
Constructor Detail
LoadingCacheSettings()Constructor
public function LoadingCacheSettings()

description

Method Detail
clone()method
public function clone():*

Returns
*