dominicwatts / hidecachewarning
隐藏管理员界面中“One or more of the Cache Types are invalidated”警告
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: 2024-09-06 08:01:27 UTC
README
使用插件隐藏管理员界面中的 'One or more of the Cache Types are invalidated' 警告
此警告可能因各种原因而显示,通常可以忽略
安装说明
composer require dominicwatts/hidecachewarning
php bin/magento setup:upgrade
使用说明
控制台命令用于使缓存失效。或者,只需等待 Magento 自动处理。
php bin/magento xigen:hidecachewarning:generate [-c|--cache CACHE]
xigen:hidecachewarning:generate -c block_html
确认插件隐藏了消息
安装前
安装后