# File lib/dm-core/support/ordered_set.rb, line 290
    def delete(entry)
      if index = @cache.delete(entry)
        entries.delete_at(index)
      end
    end