dominicwatts / hidecachewarning
Hide admin One or more of the Cache Types are invalidated warning
Package info
github.com/DominicWatts/HideCacheWarning
Type:magento2-module
pkg:composer/dominicwatts/hidecachewarning
1.0.0
2021-02-06 00:30 UTC
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: 2026-03-06 11:08:21 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