Method: ActiveRecord::ConnectionAdapters::QueryCache#query_cache_enabled

Defined in:
lib/active_record/connection_adapters/abstract/query_cache.rb

#query_cache_enabledObject (readonly)

Returns the value of attribute query_cache_enabled.



21
22
23
# File 'lib/active_record/connection_adapters/abstract/query_cache.rb', line 21

def query_cache_enabled
  @query_cache_enabled
end