-
-
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: Introduce signal when cache entry tags have been flushed. #5420
base: 9.0
Are you sure you want to change the base?
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.
It seems the signal is not really used yet in Flowpack/Flowpack.FullPageCache#27 but will later be?
Yes, it's just providing it for later usage. |
it would be great if you could adjust this please though so we can test it in use :D |
From my POV these are two independent tasks. So... first things first. |
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.
:)
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.
Fine by 👀
Adds a new signal which is triggered when content cache tags got flushed as extension point for external packages.
See e.g.: Flowpack/Flowpack.FullPageCache#26