Implementation details:
We have a requirement where we need to cache object using JBoss Cache in Stand-alone mode
(without clustering). Cached objects will not be updated in their lifespan â objects
will be created when cache is started and destroyed when cache is stopped. Objects are not
serializable nor be a part of any transactional activity. Objects just hold static data.
Usage details:
There will be multiple concurrent calls to cache.getX methods.
Question:
By default, are all cache.getX method asynchronized? If, not, how to make them
asynchronized?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4183145#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...