# File lib/dm-core/support/ordered_set.rb, line 301
    def clear
      @cache.clear
      entries.clear
      self
    end