method
clear_query_cache
v2.0.3 -
Show latest stable
- Class:
ActiveRecord::ConnectionAdapters::QueryCache
clear_query_cache()public
No documentation available.
# File activerecord/lib/active_record/connection_adapters/abstract/query_cache.rb, line 48
def clear_query_cache
@query_cache.clear if @query_cache
end 1Note
Example
my_instance.connection.clear_query_cache