apedik/cacheautoclean

clean config cache automatically

Installs: 7

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

Type:magento2-module

0.1.0 2023-10-04 10:48 UTC

This package is auto-updated.

Last update: 2024-05-04 12:21:55 UTC


README

Description

The module will automatically clean the configuration cache when the configuration is saved from admin.

Installation

  1. Composer Installation (if applicable):

    composer require --dev apedik/cacheautoclean
  2. Manual Installation:

    • Download the module's ZIP archive from GitHub or another source.
    • Extract the contents into the Magento app/code directory.
  3. Enable the Module:

    php bin/magento module:enable Apedik_CacheAutoClean
    php bin/magento setup:upgrade

Configuration

Enable dev/caching/cache_autoclean

Usage

Simply save configuration from admin will automatically clean the configuration cache

Features

The plugin afterDispatch will filter event names admin_system_config_changed_section_* and clean the cache

Compatibility

Tested on Magento 2.4.6 but should be compatible with all versions

Support

Please submit any issue here https://github.com/apedicdev/cache-auto-clean/issues

Roadmap

  • Select different cache types
  • Indexing
  • Tests

Credits

Antonio Pedicini apedik.dev

Disclaimer

Please use only for development.