/**
  * Returns true if the response includes a Vary header.
  *
  * @return bool true if the response includes a Vary header, false otherwise
  *
  * @api
  */
 public function hasVary()
 {
     return parent::hasVary();
 }