Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-9509

[7.1] Configuration guide - 22.3. INFINISPAN: document usage of the newly added "concurrent" cache

XMLWordPrintable

      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.

              rhn-support-ahoffer Andrea Hoffer
              mvinkler1@redhat.com Michal Vinkler
              Michal Vinkler Michal Vinkler
              Michal Vinkler Michal Vinkler
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: