// +----------------------------------------------------------------------
// | 缓存设置
// +----------------------------------------------------------------------
'cache' => [
// 驱动方式
'type' => 'memcached',
// 缓存保存目录
//'path' => CACHE_PATH,
// 缓存前缀
//'prefix' => '',
// 缓存有效期 0表示永久缓存
//'expire' => 0,
],
最佳答案