# File lib/dm-core/support/ordered_set.rb, line 99
        def include?(entry)
          @cache.has_key?(key_for(entry))
        end