class Async::HTTP::Cache::Store::Vary

def key_for(headers, vary)

def key_for(headers, vary)
	vary.map{|key| headers[key]}
end