method
clear_cache!
v7.2.3 -
Show latest stable
- Class:
ActiveRecord::ConnectionHandling
clear_cache!()public
No documentation available.
# File activerecord/lib/active_record/connection_handling.rb, line 360
def clear_cache! # :nodoc:
connection_pool.schema_cache.clear!
end