Inheritance: EventDispatcher → Node →
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.
Constructs a new cache node.
node
The node that should be cached.
parent
Whether this node refers to a shared parent cache or not.
Default is true.
This flag can be used for type testing.
Default is true.
The node that should be cached.
Whether this node refers to a shared parent cache or not.
Default is true.