method
run
v5.2.3 -
Show latest stable
- Class:
ActiveRecord::QueryCache
run()public
No documentation available.
# File activerecord/lib/active_record/query_cache.rb, line 28
def self.run
ActiveRecord::Base.connection_handler.connection_pool_list.
reject { |p| p.query_cache_enabled }.each { |p| p.enable_query_cache! }
end