NodeCache

Last modified: Jun 30, 2024

This utility class is used in NodeBuilder as an internal cache data structure for node data.

Constructor

new NodeCache(parent?)
ParameterTypeDefault Value
parent?null | NodeCachenull

Constructs a new node cache.

Properties

PropertyTypeDefault Value
idnumber
nodesDataWeakMap<Node, Object>
parentnull | NodeCache
MethodType