/**
  * Get the HTTP header name that will hold cache tags
  *
  * @return string
  *
  * @deprecated Use TagHandler::getTagsHeaderName instead.
  */
 public function getTagsHeader()
 {
     return $this->tagHandler ? $this->tagHandler->getTagsHeaderName() : $this->tagsHeader;
 }