-
Notifications
You must be signed in to change notification settings - Fork 300
Adjust caching guide based on latest caching changes #1989
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
base: main
Are you sure you want to change the base?
Conversation
| By default, the cache hash will consist of the following parts: | ||
|
|
||
| * `rule-ids`: The matched rule ids, to reduce possible cache permutations starting with v6.8.0.0, this will only include the rule ids in `rule areas` that are cache relevant. See the next chapter how to extend this. | ||
| * `version-id`: The specified version in the context. |
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.
is this the Shopware version?
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.
had exact same thought 😄
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.
good point. will clarify, in short: No it is the version ID in the context that is passed down to DAL
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.
clarified
Co-authored-by: Michael Telgmann <mitelg@users.noreply.github.com>
Co-authored-by: Michael Telgmann <mitelg@users.noreply.github.com>
Docs update for WIP caching changes here: shopware/shopware#13180