Method: Typhoeus::RemoteMethod#clear_cache
- Defined in:
- lib/typhoeus/remote_method.rb
#clear_cache ⇒ Object
51 52 53 54 |
# File 'lib/typhoeus/remote_method.rb', line 51 def clear_cache @response_blocks = Hash.new {|h, k| h[k] = []} @called_methods = {} end |