method

complete

rails latest stable - Class: ActiveRecord::QueryCache::ExecutorHooks

Method not available on this version

This method is only available on newer versions. The first available version (v8.1.1) is shown here.

complete(pools)
public

No documentation available.

# File activerecord/lib/active_record/query_cache.rb, line 50
      def self.complete(pools)
        pools.each do |pool|
          pool.disable_query_cache!
          pool.clear_query_cache
        end
      end