aoepeople / aoe_cachecleaner
This package is abandoned and no longer maintained.
No replacement package was suggested.
Removes old cache entries in your Magento instance
Package info
github.com/AOEpeople/Aoe_CacheCleaner
Type:magento-module
pkg:composer/aoepeople/aoe_cachecleaner
v0.1.2
2015-08-19 01:55 UTC
Requires
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