class Typhoeus::RemoteMethod

def clear_cache

def clear_cache
  @response_blocks  = Hash.new {|h, k| h[k] = []}
  @called_methods   = {}      
end