Skip to content
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

Merged
merged 5 commits into from
May 16, 2024

Conversation

dlubitz
Copy link
Contributor

@dlubitz dlubitz commented May 15, 2024

Changes the cache tags from contentStreamIds to workspaceNames.

Fixes #4810

Copy link
Member

@mhsdesign mhsdesign left a 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 :)

Comment on lines 117 to +118
// we do not need these variables anymore here
unset($contentStreamId, $nodeAggregateId);
unset($nodeAggregateId);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lol

@mhsdesign mhsdesign mentioned this pull request May 16, 2024
10 tasks
@mhsdesign
Copy link
Member

Moved the todo to #5043 and we can merge oke?

@mhsdesign mhsdesign merged commit 8c0c864 into neos:9.0 May 16, 2024
10 checks passed
@dlubitz dlubitz deleted the 90/feature/workspace-aware-content-cache branch September 17, 2024 15:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG: ContentCache entries and keys are not workspace/contentstream aware
2 participants