1 Reply Latest reply on Jul 20, 2010 7:50 AM by manik

    Transactions Across Multiple Cache Instances

    shane_dev

      Does Infinispan support transactions across multiple cache instances?

       

      For example, I might have a cache for current objects and perhaps a separate cache for their version history. I would like to update the current and create a new version in the same transaction.

       

      After looking at the documentation, the transactions appear to be per cache instance. Is this true?