Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v7.0.0) is shown here.
clear!()
public
Clears out internal caches
# File activerecord/lib/active_record/connection_adapters/schema_cache.rb, line 149
def clear!
@columns.clear
@columns_hash.clear
@primary_keys.clear
@data_sources.clear
@indexes.clear
@version = nil
@database_version = nil
end