# File lib/aws/common.rb, line 263
    def response_cache
      if memoizing?
        Thread.current[:aws_memoization][:response_cache] ||=
          ResponseCache.new
      end
    end