IsolateNode

Last modified: Sep 29, 2025

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

new IsolateNode(node, parent?)
ParameterTypeDefault Value
nodeNode
parent?booleantrue

Constructs a new cache node.

AccessorType

Properties

PropertyTypeDefault Value
nodeNode
parentboolean
isIsolateNodeboolean
MethodType

Extends

Node

isolate

TSL function for creating a cache node.

ParameterTypeDefault Value
nodeNode

Returns

IsolateNode

cache

TSL function for creating a cache node.

ParameterTypeDefault Value
nodeNode
parent?booleantrue

Returns

IsolateNode