Class DependencyNodeWithCache<CacheRecords, CacheNonEmpty>

Represents a node in the dependency tree. Node has a cache that is cleared when the node is updated.

Type Parameters

  • CacheRecords extends Record<string, Some | null> = Record<string, Some | null>

  • CacheNonEmpty extends boolean = false

Hierarchy

Constructors

Properties

cache: Interfaces.IterableCache<CacheRecords, CacheNonEmpty>

Accessors

Methods

Generated using TypeDoc