示例#1
0
文件: plugin.php 项目: staabm/redaxo
 /**
  * {@inheritdoc}
  */
 public function getCachePath($file = '')
 {
     return rex_path::pluginCache($this->getAddon()->getName(), $this->getName(), $file);
 }