# File lib/aws/response.rb, line 88 def cache_key [http_request.access_key_id, http_request.host, request_type, serialized_options].join(":") end