method
initialize_find_by_cache
v7.0.0 -
Show latest stable
- Class:
ActiveRecord::Core::ClassMethods
initialize_find_by_cache()public
No documentation available.
# File activerecord/lib/active_record/core.rb, line 251
def initialize_find_by_cache # :nodoc:
@find_by_statement_cache = { true => Concurrent::Map.new, false => Concurrent::Map.new }
end