CodeIgniter Forums
Throttler and cache files - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28)
+--- Forum: CodeIgniter 4 Support (https://forum.codeigniter.com/forumdisplay.php?fid=30)
+--- Thread: Throttler and cache files (/showthread.php?tid=92431)



Throttler and cache files - serialkiller - 02-05-2025

I'm testing the functioning of the Throttle class, everything is ok, the only thing I'm wondering about is that two files are created per user in the cache folder.
Are these files automatically deleted somehow or is it necessary to create a cronjob to take care of them?


RE: Throttler and cache files - michalsn - 02-05-2025

The cache files expire, but the file itself is not removed automatically.