2 Replies Latest reply on Dec 9, 2011 8:55 AM by sudheerk84

    Replication Only for part of the cache

    acdias

      Hi, I have a big problem to solve with a cache solution.

      I have the following situation:

      I have 2 applications that needs access to the cache. One of them is going to be deployed on the client side. The other one will be on my side.

      On the client side I'll fill the cache with data from their database, but I can't send all this data to the cache on my side. So I need to replicate only part of the data... There's a lot of business objects from them in their cache and there are their users there too. I want to replicate just the users to my cache. And the same thing occurs on my side. I can't send everything I have to them, because I'll hold data from other clients too. So I need to replicate only data that is held by this specific client.
      Is there a way to do that with Infinispan or any other cache solution?

       

      Thanks in advance.