作者 liyuhang

gx

... ... @@ -108,6 +108,6 @@ return [
'prefix' => env('CACHE_PREFIX', Str::slug(env('APP_NAME', 'laravel'), '_').'_cache'),
//是否写入缓存
'user_is_cache' =>[
'is_cache' => false,
'is_cache' => true,
],
];
... ...