/**
  * {@inheritdoc}
  */
 protected function processNotificationReset($id)
 {
     $this->objectService->resetCache();
     parent::processNotificationReset($id);
 }