Exemplo n.º 1
0
 /**
  * Returns true if the response includes headers that can be used to validate
  * the response with the origin server using a conditional GET request.
  *
  * @return bool true if the response is validateable, false otherwise
  *
  * @api
  */
 public function isValidateable()
 {
     return parent::isValidateable();
 }