设置缓存文件夹不适用于无胖框架

时间:2015-05-01 15:16:42

标签: fat-free-framework

我试图把我的缓存文件夹但它不起作用。 我的代码:

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/"

为什么我无法设置缓存文件夹?

0 个答案:

没有答案