tp5.0 致命错误: Class ‘thinkcachedriverTest‘ not found 2022-09-23 21:05:19 浏览数 (1) 作者:陈业贵 华为云享专家 51cto(专家博主 明日之星 TOP红人) 阿里云专家博主 文章目录tp5.0的config文件中. 把type类型改为File.就行了代码语言:javascript复制 'cache' => [ // 驱动方式 'type' => 'File', // 缓存保存目录 'path' => CACHE_PATH, // 缓存前缀 'prefix' => '', // 缓存有效期 0表示永久缓存 'expire' => 0, ], config cto file 华为 0 人点赞 上一篇:分享雷军22年前编写的代码