Skip to content

Commit 2748e4a

Browse files
committed
TASK: Remove todo regarding missing ContentGraphReadModelInterface cache
we wont add a runtime cache for now: neos#5505
1 parent 9be4323 commit 2748e4a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Neos.ContentRepository.Core/Classes/Projection/ContentGraph/ContentGraphReadModelInterface.php

-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ interface ContentGraphReadModelInterface extends ProjectionStateInterface
3333
{
3434
/**
3535
* @throws WorkspaceDoesNotExist if the workspace does not exist
36-
* todo cache instances to reduce queries (revert https://github.com/neos/neos-development-collection/pull/5246)
3736
*/
3837
public function getContentGraph(WorkspaceName $workspaceName): ContentGraphInterface;
3938

0 commit comments

Comments
 (0)