# File lib/typhoeus/cache/dalli.rb, line 12
      def initialize(client = ::Dalli::Client.new, options = {})
        @client = client
        @default_ttl = options[:default_ttl]
      end