# File lib/typhoeus/cache/dalli.rb, line 17
      def get(request)
        @client.get(request.cache_key)
      end