Is there any way to turn off Rails' SQL query caching globally? Or, at the very least, not use it when i enter a transaction block?
Also, does sql query caching only apply to controller actions, or also to rake tasks or background daemons that i write that include Rails and use my models?