[jboss-user] [JBoss Cache: Core Edition] - Are calls to cache.getX methods asynchronized?

chetanparekh do-not-reply at jboss.com
Mon Oct 20 04:37:33 EDT 2008


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#4183145

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4183145




More information about the jboss-user mailing list