Example #1
0
 /**
  * return PATH for Files & PDO only
  * @param bool $create_path
  * @return string
  * @throws \Exception
  */
 public function getPath($create_path = false)
 {
     return phpFastCache::getPath($create_path, $this->config);
 }