I set write-behind as false and write() method is also implemented. But still 
CacheStoreAdapter is not getting called.

-----Original Message-----
From: vkulichenko [mailto:[email protected]] 
Sent: 07 April 2016 00:47
To: [email protected]
Subject: Re: CacheStoreAdapter not getting called on cache operation.

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.

Reply via email to