Newscoop\Services\CacheService::__construct PHP Метод

__construct() публичный Метод

Initialize cache driver (based on system preferences settings, default is array)
public __construct ( SystemPreferencesService $systemPreferences )
$systemPreferences Newscoop\NewscoopBundle\Services\SystemPreferencesService
    public function __construct($systemPreferences)
    {
        $this->systemPreferences = $systemPreferences;
    }