/**
  * Sets a save path for a compiled layout files
  *
  * @param string $savePath
  * @return $this
  */
 public function setSavePath($savePath)
 {
     $this->traitSetSavePath($savePath);
     $this->metadataFactory->setSavePath($this->getSavePath());
     return $this;
 }