我试图把我的缓存文件夹但它不起作用。 我的代码:
include_once '/var/www/libs/mainCache/fatfree-master/lib/base.php';
$cache = \Cache::instance();
$test = $cache->load(true, "folder=/var/www/soFitTest/cache/");
var_dump($test);
结果:
string(17) "folder=tmp/cache/"
为什么我无法设置缓存文件夹?