I'm sorry. I found this article ( https://laravel.io/forum/01-28-2016-cache-file-garbage-collection ) and understood that the cache stored in file in laravel is not deleted automatically.
In my case, since I am using a system where the cache is distributed and stored in redis and file, I adopted a method to delete the file by cron using a shell script.
Sign in to participate in this thread!