# File lib/i18n/backend/cache.rb, line 50
      def translate(*args)
        I18n.perform_caching? ? fetch(*args) { super } : super
      end