/**
  * {@inheritdoc}
  */
 public function setMany(array $settings, SettingsOwnerInterface $owner = null)
 {
     foreach ($settings as $key => $value) {
         $this->invalidateCache($key, $owner);
     }
     return $this->settingsManager->setMany($settings, $owner);
 }