/**
  * {@inheritdoc}
  */
 public function expand($expandParents = false)
 {
     $this->clearCaches();
     $this->wrapped->expand($expandParents);
     parent::expand($expandParents);
 }