Flowdock
method

initialize_find_by_cache

Importance_0
v5.2.3 - Show latest stable - 0 notes - Class: ClassMethods
initialize_find_by_cache() public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activerecord/lib/active_record/core.rb, line 147
      def initialize_find_by_cache # :nodoc:
        @find_by_statement_cache = { true => Concurrent::Map.new, false => Concurrent::Map.new }
      end
Register or log in to add new notes.