method

clear_cache!

rails latest stable - Class: ActiveRecord::ConnectionAdapters::ConnectionPool

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v3.2.13) is shown here.

clear_cache!()
public

No documentation available.

# File activerecord/lib/active_record/connection_adapters/abstract/connection_pool.rb, line 197
      def clear_cache!
        with_connection do |c|
          c.schema_cache.clear!
        end
      end