# File lib/typhoeus/request/cacheable.rb, line 4 def response=(response) cache.set(self, response) if cacheable? && !response.cached? super end