示例#1
0
 private function keyPath($key)
 {
     return WURFL_FileUtils::join(array($this->root, $this->spread(md5($key))));
 }
 private function keyPath($key)
 {
     return WURFL_FileUtils::join(array($this->_persistenceDir, $this->spread(md5($key))));
 }