instance method
disable_query_cache!
Ruby on Rails 3.2.22.5
Since v3.1.12Signature
disable_query_cache!()
No documentation comment.
Source
# File activerecord/lib/active_record/connection_adapters/abstract/query_cache.rb, line 36
def disable_query_cache!
@query_cache_enabled = false
end
Defined in activerecord/lib/active_record/connection_adapters/abstract/query_cache.rb line 36
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord::ConnectionAdapters::QueryCache