php artisan cache:clear的坑
使用Illuminate\Support\Facades\Cache;
这个类,缓存数据,然后如果你使用了php artisan cache:clear
,则你Cache
中的所有数据会被清除!
正常的啊,清空肯定是都删除啊