-
-
Notifications
You must be signed in to change notification settings - Fork 224
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FEATURE: Workspace aware content cache #5055
FEATURE: Workspace aware content cache #5055
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for taking care ;) Left some comments. I think we can also just do the todo followup to make the asset usage workspace aware in a new pr as this works standalone :)
// we do not need these variables anymore here | ||
unset($contentStreamId, $nodeAggregateId); | ||
unset($nodeAggregateId); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lol
Moved the todo to #5043 and we can merge oke? |
Changes the cache tags from contentStreamIds to workspaceNames.
Fixes #4810