Timer services are not a good use case for a cache since every cache access would involve
a write. You're better off using a shared DB for this.
Caches are primarily for "read-mostly" situations.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4034024#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...