# File lib/typhoeus/hydra/cacheable.rb, line 4 def add(request) if request.cacheable? && response = Typhoeus::Config.cache.get(request) request.finish(response) else super end end
[Validate]
Generated with the Darkfish Rdoc Generator 2.