This method is deprecated or moved on the latest stable version. The last existing version (v4.2.9) is shown here.
clear_cache!()
Clears the prepared statements cache.
# File activerecord/lib/active_record/connection_adapters/mysql_adapter.rb, line 195 def clear_cache! super @statements.clear end