Flowdock
method

initialize_find_by_cache

Importance_0
v5.1.7 - 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 158
      def initialize_find_by_cache # :nodoc:
        @find_by_statement_cache = { true => {}.extend(Mutex_m), false => {}.extend(Mutex_m) }
      end
Register or log in to add new notes.