I tried
cache = Ignition.ignite().getOrCreateCache(new
CacheConfiguration<>("cache_name").setAtomicityMode(CacheAtomicityMode.TRANSACTIONAL));
and
cache = Ignition.ignite().cache("cache_name");
but neither of them worked.-- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
