Go to the System → Cache

AbanteCart is set up to be fast performing eCommerce solution with optimized resource use and execution time. To achieve great performance AbanteCart utilize caching of commonly used database queries and requests. This page will allow you to clear cache settings for different internal AbanteCart aspects. To use this tool, select cache and click the Clear Selected Cache button.



Clearing the images cache will force your server to use more resources to regenerate images on the next storefront page visit. This may slow down first-time page load and high CPU usage on the server.




You have an option to disable Cache completely but it is not recommended in the production stores. Cached data will not be re-created and the site might start loading slowly.


Additional Cache Drivers

The default cache driver is FILE. More drivers are available for configuration like APC, APCU, FILE, MEMCACHE, MEMCACHED, XCACHE, REDIS

To change driver in the /system/config.php file
Please modify this line

define('CACHE_DRIVER', 'file');

All available drivers are located in the /core/cache/ folder