clear_cache!()
Clears the prepared statements cache.
# File activerecord/lib/active_record/connection_adapters/mysql_adapter.rb, line 223 def clear_cache! @statements.clear end