N E W

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 {@link 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.

AccessorTypeModifiers
get typestringstatic
MethodTypeModifiers

Extends

Node
N E W

isolate

ParameterTypeDefault Value
nodeNode

Returns

IsolateNode
N E W

cache

TSL function for creating a cache node.

ParameterTypeDefault Value
nodeNode
parent?booleantrue

Returns

IsolateNode