コード例 #1
0
ファイル: ModuleInfoCache.php プロジェクト: acp3/core
 /**
  * @return string
  */
 public function getCacheKey()
 {
     return 'infos_' . $this->translator->getLocale();
 }