Skip to content

Commit

Permalink
FEATURE: Overhaul ContentCacheFlusher
Browse files Browse the repository at this point in the history
  • Loading branch information
dlubitz committed Aug 26, 2024
1 parent 36f8994 commit c40edde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Neos.Neos/Classes/Fusion/Cache/CacheTag.php
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ final public static function forDynamicNodeAggregate(
final public static function forWorkspaceName(
ContentRepositoryId $contentRepositoryId,
WorkspaceName $workspaceName
) {
): self {
return self::fromSegments(
self::PREFIX_WORKSPACE,
self::getHashForWorkspaceNameAndContentRepositoryId($workspaceName, $contentRepositoryId),
Expand Down

0 comments on commit c40edde

Please sign in to comment.