class Async::HTTP::Cache::Response

def etag

def etag
	@etag ||= @headers[ETAG]
end