/**
  * {@inheritdoc}
  */
 protected function processNotifications(array $notifications)
 {
     if ($ids = static::extractIdsFromNotifications($notifications)) {
         $this->objectService->resetCache($ids);
     }
     parent::processNotifications($notifications);
 }