Package | com.asfusion.mate.core |
Class | public class Cache |
Implements | ISmartObject |
IActionList
.
Property | Defined by | ||
---|---|---|---|
key : Class
Key used as index to get the cached objects.
| Cache |
Property | Defined by | ||
---|---|---|---|
manager : IMateManager
Instance of
IMateManager used to get the cached objects created. | Cache |
Method | Defined by | ||
---|---|---|---|
Cache(key:Class)
Constructor
| Cache | ||
This method returns the real value of the
SmartObject
| Cache |
key | property |
key:Class
[read-write]Key used as index to get the cached objects. The Class name is the key used to cach objects.
Implementation public function get key():Class
public function set key(value:Class):void
manager | property |
protected var manager:IMateManager
Instance of IMateManager
used to get the cached objects created.
Cache | () | constructor |
public function Cache(key:Class)
Constructor
Parameterskey:Class |
getValue | () | method |
public function getValue(scope:IScope, debugCall:Boolean = false):Object
This method returns the real value of the SmartObject
scope:IScope |
|
debugCall:Boolean (default = false )
|
Object |