Class: ActiveRecord::AbstractAdapter
- Inherits:
-
Object
- Object
- ActiveRecord::AbstractAdapter
- Defined in:
- lib/active_record/query_cache.rb
Overview
:nodoc:
Direct Known Subclasses
ConnectionAdapters::MysqlAdapter, ConnectionAdapters::SQLiteAdapter
Instance Method Summary collapse
-
#clear_query_cache ⇒ Object
Stub method to be able to treat the connection the same whether the query cache has been turned on or not.
Instance Method Details
#clear_query_cache ⇒ Object
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 |