5.1. Concurrent Access

5.1. Concurrent Access

JBoss Cache uses a pessimistic locking scheme by default to prevent concurrent access to the same data. Optimistic locking may alternatively be used, and is discussed later.



[4] Because of this requirement, you must always have a transaction manager configured when using optimistic locking.