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));
精彩评论