-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Provide a cache.xml entry for compiled_config cache #11296
Conversation
This seems to be missing as it is the only subclass of `\Magento\Framework\Cache\Frontend\Decorator\TagScope` that does not appear in any `cache.xml` file. Fixes magento#11295
Hi @ajpevers, thank you for this PR. I will pick this up and start to process it for you. If I need any further information I will contact you. |
Perfect, thanks @dmanners 👍 |
@ajpevers would be good to include the text into the |
@dmanners sure, no problem. |
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.
Great, I will run this through the internal tools.
Description
Provide a cache.xml entry for compiled_config cache.
This seems to be missing as it is the only subclass of
\Magento\Framework\Cache\Frontend\Decorator\TagScope
that does not appear in anycache.xml
file.Fixed Issues (if relevant)
Manual testing scenarios
bin/magento cache:enable compiled_config
instead of
Contribution checklist