Skip to content

Commit

Permalink
BUGFIX: Flush node content caches without workspace name
Browse files Browse the repository at this point in the history
  • Loading branch information
dlubitz committed Jun 4, 2024
1 parent 2a6a8cc commit 2b4890c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Neos.Neos/Classes/Fusion/Cache/ContentCacheFlusher.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,8 @@ public function flushNodeAggregate(
}

/**
* WorkspaceNameToFlush is nullable, so we can flush all workspaces as no specific workspaceName is provided.
* This is needed to flush nodes on asset changes, as the asset can get rendered in all workspaces, but lives
* usually only in live workspace.
* @param bool $anyWorkspace This is needed to flush nodes on asset changes, as the asset can get rendered in all workspaces, but lives
* usually only in live workspace.
*
* @return array<string,string>
*/
Expand Down

0 comments on commit 2b4890c

Please sign in to comment.