final class NodePathCache (View source)

internal  
 

Node ID -> Node Path cache

Methods

void
add(NodeAggregateId $nodeAggregateId, AbsoluteNodePath $nodePath)

No description

get(NodeAggregateId $nodeAggregateId)

No description

Details

void add(NodeAggregateId $nodeAggregateId, AbsoluteNodePath $nodePath)

No description

Parameters

NodeAggregateId $nodeAggregateId
AbsoluteNodePath $nodePath

Return Value

void

AbsoluteNodePath|null get(NodeAggregateId $nodeAggregateId)

No description

Parameters

NodeAggregateId $nodeAggregateId

Return Value

AbsoluteNodePath|null