# File lib/active_support/cache.rb, line 435
      def clear(options = nil)
        raise NotImplementedError.new("#{self.class.name} does not support clear")
      end