Hi Saurabh, Did you enable write-behind on purpose? In this mode the store will be updated asynchronously in background and potentially with a delay. Does it work if you set this property to false?
Also make sure that write() method is also properly implemented (not only writeAll). -Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/CacheStoreAdapter-not-getting-called-on-cache-operation-tp3974p3978.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
