Skip to content

Commit c7fb6b4

Browse files
committed
TASK: Remove todo regarding missing ContentGraphReadModelInterface cache
we wont add a runtime cache for now: neos/neos-development-collection#5505
1 parent 00b97cc commit c7fb6b4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Classes/Projection/ContentGraph/ContentGraphReadModelInterface.php

Lines changed: 0 additions & 1 deletion
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)