method
configure_query_cache!
v6.1.7.7 -
Show latest stable
- Class:
ActiveRecord::ConnectionAdapters::QueryCache
configure_query_cache!()private
No documentation available.
# File activerecord/lib/active_record/connection_adapters/abstract/query_cache.rb, line 144
def configure_query_cache!
enable_query_cache! if pool.query_cache_enabled
end