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