-
Bug
-
Resolution: Done
-
Major
-
7.1.0.DR13
There is a new distributed cache in the Infinispan subsystem defined in EAP 7.1.0:
"concurrent" cache
<distributed-cache name="concurrent" mode="SYNC" l1-lifespan="0" owners="2"> <file-store/> </distributed-cache>
Please document its usage and advantages/disadvantages when compared to the second distributed cache defined:
"dist" cache
<distributed-cache name="dist" mode="ASYNC" l1-lifespan="0" owners="2"> <locking isolation="REPEATABLE_READ"/> <transaction mode="BATCH"/> <file-store/> </distributed-cache>
pferraro@redhat.com or rhn-engineering-rhusar can provide all the necessary information.