aoepeople/aoe_cachecleaner

This package is abandoned and no longer maintained. No replacement package was suggested.

Removes old cache entries in your Magento instance

Maintainers

Package info

github.com/AOEpeople/Aoe_CacheCleaner

Homepage

Type:magento-module

pkg:composer/aoepeople/aoe_cachecleaner

Statistics

Installs: 5 727

Dependents: 0

Suggesters: 0

Stars: 36

v0.1.2 2015-08-19 01:55 UTC

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