NodeCache

Last modified: Feb 5, 2025

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

Constructor

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

Constructs a new node cache.

MethodTypeModifiers