示例#1
0
 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);
 }