instance method clear_cache!

Ruby on Rails 3.2.22.5

Since v3.1.12 Last seen in v3.2.22.5

Available in: v3.1.12 v3.2.22.5

Signature

clear_cache!()

No documentation comment.

Source
# 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

Defined in activerecord/lib/active_record/connection_adapters/abstract/connection_pool.rb line 197 · View on GitHub · Improve this page · Find usages on GitHub

Defined in ActiveRecord::ConnectionAdapters::ConnectionPool

Type at least 2 characters to search.

↑↓ navigate · open · esc close