5.0.0 - 普通 - 未处理
$options = [
'type' => 'File',
'expire' => 0,
'path' => '../cache/',
];
cache($options);
cache('name', 666, 3600);
cache('name');$options = [
'type' => 'File',
'expire' => 0,
'path' => '../cache/',
];
cache('name', 666, $options);
cache('name');上面这两种写法有自定义cache文件夹,实际读写并没有在cache文件夹操作 