dominicwatts / hidecachewarning
Hide admin One or more of the Cache Types are invalidated warning
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- php: >=7.1.3
- magento/framework: *
- magento/module-admin-notification: *
- magento/module-customer: *
- magento/module-eav: *
- magento/module-integration: *
- magento/module-page-cache: *
- magento/module-webapi: *
- symfony/console: *
This package is auto-updated.
Last update: 2024-11-06 08:24:07 UTC
README
Hide the admin 'One or more of the Cache Types are invalidated' using a plugin
This warning can show for all kinds of reasons and generally can be ignored
Install instructions
composer require dominicwatts/hidecachewarning
php bin/magento setup:upgrade
Usage instructions
Console command to invalidate cache. Or just wait for Magento do it for you.
php bin/magento xigen:hidecachewarning:generate [-c|--cache CACHE]
xigen:hidecachewarning:generate -c block_html
Confirm plugin hides message
Before install
After install