Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[Cache] Added command for list all available cache pools#31021
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Nyholm commentedApr 8, 2019
| Q | A |
|---|---|
| Branch? | master |
| Bug fix? | no |
| New feature? | yes |
| BC breaks? | no |
| Deprecations? | no |
| Tests pass? | yes |
| Fixed tickets | symfony/symfony-docs#9782 |
| License | MIT |
| Doc PR |
src/Symfony/Bundle/FrameworkBundle/Command/CachePoolListCommand.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
src/Symfony/Component/HttpKernel/CacheClearer/Psr6CacheClearer.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
src/Symfony/Component/Cache/DependencyInjection/CachePoolPass.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
chalasr left a comment
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.
A test case would be cool though (something similar to CachePoolClearCommandTest)
Nyholm commentedApr 8, 2019
A test is added. Thank you for the reviews |
nicolas-grekas commentedApr 10, 2019
Thank you@Nyholm. |
…ls (Nyholm)This PR was squashed before being merged into the 4.3-dev branch (closes#31021).Discussion----------[Cache] Added command for list all available cache pools| Q | A| ------------- | ---| Branch? | master| Bug fix? | no| New feature? | yes| BC breaks? | no| Deprecations? | no| Tests pass? | yes| Fixed tickets |symfony/symfony-docs#9782| License | MIT| Doc PR |Commits-------5c210e6 [Cache] Added command for list all available cache pools
This PR was merged into the master branch.Discussion----------[Cache] Show how to list all available poolsThis is documentation forsymfony/symfony#31021This willfix#9782Commits-------e1636aa Show how to list all available pools
Nyholm commentedApr 10, 2019
Thank you for merging |