/**
  * Get core cache injected
  *
  * @param \TYPO3\CMS\Core\Cache\Frontend\PhpFrontend $coreCache
  * @return void
  */
 public function injectCoreCache(Cache\Frontend\PhpFrontend $coreCache)
 {
     $this->coreCache = $coreCache;
     $this->classAliasMap->injectCoreCache($coreCache);
 }