method
complete
v8.1.1 -
Show latest stable
- Class:
ActiveRecord::QueryCache::ExecutorHooks
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