neos / neos-development-collection

The unified repository containing the Neos core packages, used for Neos development.
https://www.neos.io/
GNU General Public License v3.0
260 stars 218 forks source link

BUGFIX: Flush node content caches without workspace name #5122

Closed dlubitz closed 2 weeks ago

dlubitz commented 4 weeks ago

As we don't want to iterate over all workspaces on flushing content caches, caused by asset changes, we add addionally node cache tags without a workspace name. So we can flush all node aggregates in all workspaces with just the node aggregate id.

kitsunet commented 2 weeks ago

I still like bastis comment about the bool/ second WorkspaceName but otherwise wonderful thanks for sifting through this!

kitsunet commented 2 weeks ago

For some reason I seem to have ended up on an older commit 🙈 Great