# File lib/typhoeus/cache/rails.rb, line 12 def initialize(cache = ::Rails.cache, options = {}) @cache = cache @default_ttl = options[:default_ttl] end