开发者

PHP cachelite organize files into multiple directories

I read documentation of ca开发者_运维百科che_lite but couldn't found any option regarding to manage cache files into several subdirectories. Is there any addon available for that?


It's in the constructor to cache_lite:

Just set the hashedDirectoryLevel option....

$cache = new Cache_Lite(array('hashedDirectoryLevel' => 2));
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜