laravel 驱动为file 的cache ,删除过期的缓存文件比如已知 缓存的最长时间为30天 定时任务加: 05 03 * * * find /logs目录 -type f -mtime +30 -exec rm -f {} \;