Readonly
cache: Interfaces.IterableCache<CacheRecords, CacheNonEmpty>Readonly
dependencies: Iterable<Interfaces.DependencyNode>Protected
Readonly
cacheAll the nodes that depend on this node, and all the nodes that those nodes depend on, and so on. Uses a depth-first search.
All the nodes that this node depends on, and all the nodes that depend on those nodes, and so on. Uses a depth-first search.
All the nodes that depend on this node.
All the nodes that this node depends on.
Registers a new dependant
The node that depends on this node.
Protected
registerGenerated using TypeDoc
Represents a node in the dependency tree. Node has a cache that is cleared when the node is updated.