aoepeople/aoe_cachecleaner
Removes old cache entries in your Magento instance
Maintainers
Package info
github.com/AOEpeople/Aoe_CacheCleaner
Type:magento-module
pkg:composer/aoepeople/aoe_cachecleaner
Requires
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
GPLv3 751b43d9991611ec24c4e7278ae7865593a37f62
- Fabrizio Branca <fabrizio.branca.woop@aoe.com>
This package is not auto-updated.
Last update: 2022-09-17 07:08:27 UTC
README
Removes old cache entries in your Magento instance
Magento does not clear old cache entries by itself, therefore the cache will grow and slow down the whole application.
The Aoe_CacheCleaner will clean up old cache-entries by firing Mage::app()->getCache()->clean(Zend_Cache::CLEANING_MODE_OLD); in an user-defined interval.
Additionally you're able to clean up other caches as well, such as the Catalog Image Cache and the JavaScript/CSS Cache.
http://fbrnc.net/blog/2011/02/magento-automatic-cache-cleaner
