├── LICENSE.txt ├── Plugin └── CacheClearPlugin.php ├── README.md ├── composer.json ├── etc ├── di.xml └── module.xml └── registration.php /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danslo/CacheClear/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /Plugin/CacheClearPlugin.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danslo/CacheClear/HEAD/Plugin/CacheClearPlugin.php -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danslo/CacheClear/HEAD/README.md -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danslo/CacheClear/HEAD/composer.json -------------------------------------------------------------------------------- /etc/di.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danslo/CacheClear/HEAD/etc/di.xml -------------------------------------------------------------------------------- /etc/module.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danslo/CacheClear/HEAD/etc/module.xml -------------------------------------------------------------------------------- /registration.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danslo/CacheClear/HEAD/registration.php --------------------------------------------------------------------------------