getCachePath() публичный Метод

public getCachePath ( )
Пример #1
0
 /**
  * Returns the path to where views are simplecached.
  *
  * @return string
  */
 private function getPath()
 {
     $realpath = realpath($this->config->getCachePath());
     return rtrim($realpath, DIRECTORY_SEPARATOR) . "/views_simplecache";
 }