cacheTemplates() public method

public cacheTemplates ( $path )
 public function cacheTemplatesAction()
 {
     $path = $this->parsePath();
     $this->service->cacheTemplates($path);
     $this->view->success = true;
 }