/**
  * Determine whether the response indicates that we should use a cached response.
  * Override this method to have a per-operation decision, otherwise the
  * functionfrom the API class will be used.
  *
  * @return \GithubService\Model\GistStarred
  */
 public function shouldUseCachedResponse(\Amp\Artax\Response $response)
 {
     return $this->api->shouldUseCachedResponse($response);
 }