# File lib/typhoeus/request/memoizable.rb, line 32 def memoizable? Typhoeus::Config.memoize && (options[:method].nil? || options[:method] == :get) end