instance method
query_cache
Ruby on Rails 7.2.3
Since v7.1.6Signature
query_cache()
No documentation comment.
Source
# File activerecord/lib/active_record/database_configurations/hash_config.rb, line 84
def query_cache
configuration_hash[:query_cache]
end
Defined in activerecord/lib/active_record/database_configurations/hash_config.rb line 84
· View on GitHub
· Improve this page
· Find usages on GitHub