### 6.1 缓存配置 **php** ``` // config/cache.php 'stores' => [ 'file' => [ 'type' => 'File', 'path' => app()->getRuntimePath() . 'ca

评论区

登录 后参与评论
× Preview