Classes

Parent Node ID + Node Name => Child Node

NodeAggregateId -> Node cache

Node ID -> Node Path cache

NOTE: we do NOT directly cache the Parent Node; but only the Parent Node ID; as then, the NodeByNodeIdCache can be used properly

  • thus it might increase the cache hit rate to split this apart.