|
In current code, using transactional/non-transactional caches is often mixed with using JTA/nonJTA transactions. However, these are separate things: JTA/non-JTA relates to general isolation, while transactional/non-transactional caches is rather an implementation detail.
|