Capítulo 426 de 859
This node can be used as a cache management component for another node. Caching is in general used by default in NodeBuilder but this node allows the usage of a shared parent cache during the build process.
Constructor
| Signature |
|---|
new IsolateNode( node : Node, parent : boolean ) |
Properties
| Property | Description |
|---|---|
.isIsolateNode : boolean (readonly) | This flag can be used for type testing. |
.node : Node | The node that should be cached. |
.parent : boolean | Whether this node refers to a shared parent cache or not. |