# File lib/common/typhoeus_cache.rb, line 8 def cache_key Digest::SHA2.hexdigest("#{url}-#{options[:body]}-#{options[:method]}")[0..32] end