@@ -67,6 +67,9 @@ |
||
67 | 67 | return md5(json_encode((string)$uri) . json_encode($headers)); |
68 | 68 | } |
69 | 69 | |
70 | + /** |
|
71 | + * @param string $key |
|
72 | + */ |
|
70 | 73 | private function cacheResponse($key, Response $response) |
71 | 74 | { |
72 | 75 | $serializedResponse = $this->serializeResponse($response); |