/**
  * {@inheritdoc}
  */
 public function notifyChildModification(NcursesVarDumpTypeAbstract $child)
 {
     $this->clearCaches();
     $this->wrapped->notifyChildModification($child);
     parent::notifyChildModification($child);
 }