protected function _cacheV($file, $str) { $file = $this->dirCache . $this->dirCompileSuffix . $this->path . '/' . $file; if (!$this->devTemplate) { $str = Minify::HTML($str); } return $this->compileStore($file, $str); }