开发者

PHP cachelite organize files into multiple directories

开发者 https://www.devze.com 2023-01-18 02:10 出处:网络
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 constru

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

精彩评论

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