Which processes actually happen asynchronously?

WARNING - TOPIC NOT WRITTEN - TOPIC ID: 1538

This topic has not yet been written. The content below is from the topic description.
Which processes actually happen asynchronously? There are 4 things in Infinispan that can be considered to be on the critical path of a typical write operation.  These are, in terms of cost, network calls, marshalling, writing to a cache store (optional), and locking.  As of Infinispan 4.0, using the async methods will take the network calls and marshalling off the critical path.  For various technical reasons, writing to a cache store and acquiring locks, however, still happens in the caller's thread.