cachedNode

val cachedNode: LithoNode? = null

When a node is measured during Component.measure and a layout-result is cached, it is cached using that node as the key. Later, this layout may resolve a nested-tree-holder node, and so in order to be able to access this cache, this node is used.