# File lib/dm-core/support/ordered_set.rb, line 112
        def [](entry)
          @cache[key_for(entry)]
        end