Method: ActiveRecord::ConnectionAdapters::QueryCache#query_cache_enabled
- Defined in:
- lib/active_record/connection_adapters/abstract/query_cache.rb
#query_cache_enabled ⇒ Object (readonly)
Returns the value of attribute query_cache_enabled.
23 24 25 |
# File 'lib/active_record/connection_adapters/abstract/query_cache.rb', line 23 def query_cache_enabled @query_cache_enabled end |