0 Replies Latest reply on Sep 22, 2016 4:45 PM by las2k

    Infinispan - Write behind implementation

    las2k

      I am trying to implement write-behind cache mechanism using infinispan and jdbc-store. I am using embedded (local) cache.

       

      1) Do i need to have <write-behind modification-queue-size="1" thread-pool-size="1" /> in the configuration file?

      2) Do i also need to use cache.putAllAsync or cache.putAsync methods?

      3) Do i also need to use eviction?