/**
  * {@inheritdoc}
  */
 public function highlightAsReferenced($highlight)
 {
     $this->clearCaches();
     $this->wrapped->highlightAsReferenced($highlight);
     parent::highlightAsReferenced($highlight);
 }