configCache = $configCache; $this->configModel = $configModel; } /** * Returns the Config Cache * * @return Cache\PConfigCache */ public function getCache() { return $this->configCache; } }