Class: ActiveRecord::AbstractAdapter

Inherits:
Object
  • Object
show all
Defined in:
lib/active_record/query_cache.rb

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

#clear_query_cacheObject

Stub method to be able to treat the connection the same whether the query cache has been turned on or not



61
62
# File 'lib/active_record/query_cache.rb', line 61

def clear_query_cache
end