Example #1
0
 private function getViewCacheFile(View $view)
 {
     $hash = $view->getHash();
     return $this->cachePath . $hash . "." . $this->cacheExtension;
 }