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