1 Reply Latest reply on Apr 11, 2012 11:21 AM by galder.zamarreno

    "shared" property of loaders configuration in infinispan

    venkataratnamteki

      Hi,

       

      I am kind of not very clear about the "shared" property of the infinispan loaders configuration..

       

      This is the line from infinispan documentation:

      shared (false by default) indicates that the cache loader is shared among different cache instances,

       

      My doubt is, does this property applicable only in case of REPLICATED mode?

      My understanding is, when this property is set to true, cache updates are pushed on to only one physical server (among the n-servers of the replicated cluster), and from there, the changes will be replicated using JGroups..

       

      Please correct me if i am wrong..