NodeByNodeAggregateIdCache
final class NodeByNodeAggregateIdCache (View source)
| internal |
NodeAggregateId -> Node cache
also contains a blacklist of unknown NodeAggregateIds.
Properties
| protected array<string, bool> | $nonExistingNodeAggregateIds |
Methods
Details
bool
knowsAbout(NodeAggregateId $nodeAggregateId)
basically like "contains"
void
add(NodeAggregateId $nodeAggregateId, Node $node)
No description
void
rememberNonExistingNodeAggregateId(NodeAggregateId $nodeAggregateId)
No description
Node|null
get(NodeAggregateId $nodeAggregateId)
No description