Method: DataMapper::OrderedSet::Cache::API#initialize

Defined in:
lib/dm-core/support/ordered_set.rb

#initializeObject

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Initialize a new Cache



60
61
62
# File 'lib/dm-core/support/ordered_set.rb', line 60

def initialize
  @cache = {}
end