Constructor
new IsolateNode( node : Node, parent : boolean )
Constructs a new cache node.
| node |
The node that should be cached. |
| parent |
Whether this node refers to a shared parent cache or not. Default is |
Properties
.isIsolateNode : boolean (readonly)
This flag can be used for type testing.
Default is true.
.parent : boolean
Whether this node refers to a shared parent cache or not.
Default is true.