2 Replies Latest reply on Oct 21, 2008 8:31 AM by chetanparekh

    Are calls to cache.getX methods asynchronized?

    chetanparekh

      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?