How to clear Lightning cache by CRON or from code?

You can clear Lightning cache by invoking catalog/controller/extension/lightning/clear_caches.php file. There are 2 ways to invoke it:


1) Execute it with PHP CLI (main way for CRON job):

php -f /path_to_your_shop_folder/catalog/controller/extension/lightning/clear_caches.php


2) Include the file in your PHP code:

include "catalog/controller/extension/lightning/clear_caches.php";
Created 2020-02-18, last edited 2025-10-22