Hi Kamil, ATOMIC cache doesn't support transactions, but does support individual atomic operations (single put or remove). In case of write-through the update of the persistence store is atomic with the cache update, i.e. if database write fails, cache will not be updated, and visa versa.
-Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/CacheStore-handles-persistence-in-client-node-for-transactional-cache-tp3428p3569.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
