pierzakp / magento2-cache-management-selective
Magento2 Cache Management Selective extension
Installs: 3 352
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 3
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- php: ~7.1.3||~7.2.0||~7.3.0||~7.4.0
- magento/framework: >=101 <104
- magento/module-backend: >=100 <103
Requires (Dev)
- magento/magento2-functional-testing-framework: >=2.4
- roave/security-advisories: dev-master
README
Description
Cache Management Selective is an extension for Magento2 which extends cache management with option to selectively flush invalidated cache.
In default Magento2 cache management admin page we are unable to easily flush only invalidated cache. To do such operation we have to select in the grid cache types which are invalidated and execute refresh action for them. It is worth to remind that this option is unavailable when Magento2 is running in production mode.
This extension introduces new button in cache management admin page top toolbar section called "Flush Invalidated Cache", which also became a primary button. Whenever cache become invalidated Magento displays a message informing about that, extension will append a link to this message using which you will be able to quickly flush invalidated cache with out navigating to cache management page.
Extension offers also a CLI command:
bin/magento pierzakp:cache:flush-invalidated
It is a simple extension, especially great for merchants!
It includes PHPUnit tests coverage.
Preview
Flush invalidated cache button:
Flush invalidated cache quick link:
Installation
Composer install:
composer require pierzakp/magento2-cache-management-selective
Please remember to enable the extension:
bin/magento module:enable Pierzakp_CacheManagementSelective
Questions or ideas?
Find me on Twitter @pierzakp or simply type an email!