# File lib/typhoeus/remote_method.rb, line 51
    def clear_cache
      @response_blocks  = Hash.new {|h, k| h[k] = []}
      @called_methods   = {}      
    end