Is it possible to globally disable caching?

My problem is I have a number daemons that fetch out objects from a
database and then do some work on them. Multiple daemons might be
working on the same tables so when I call .all on a model I really
want to fetch the records again. I know that I can call reload on
objects or pass :reload to .all, but I would like to do this globally
somewhere. Is this possible?

-- 
You received this message because you are subscribed to the Google Groups 
"DataMapper" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/datamapper?hl=en.

Reply via email to