I'm building a command line application using ActiveRecord 3.0 (without rails). How do I clear the query cache that ActiveRecord maintains?
A:
have a look at this method http://railsapi.com/doc/rails-v3.0.0/classes/ActiveRecord/ConnectionAdapters/QueryCache.html#M000732
hellvinz
2010-09-18 11:14:53