Beispiel #1
0
 /**
  * Sets the status cache
  *
  * The cache must be set before initializing the Reflection Service
  *
  * @param \TYPO3\FLOW3\Cache\Frontend\StringFrontend $cache Cache for the reflection service
  * @return void
  */
 public function setStatusCache(\TYPO3\FLOW3\Cache\Frontend\StringFrontend $cache)
 {
     $this->statusCache = $cache;
     $this->statusCache->getBackend()->initializeObject();
 }