Re: Is there a way for ignite cache to know data update in DB and refresh ?

2018-10-08 Thread Ilya Kasnacheev
Hello! In general, databases do not provide push-based APIs to notify you about changes (Ignite being an exception here with its Continuous Queries). So the answer is "no" in general. It is not implemented and it's not obvious how it could be. There are third party solutions for a limited

Is there a way for ignite cache to know data update in DB and refresh ?

2018-10-04 Thread the_palakkaran
Hi, Is there a way in ignite to know if the original value in DB has been updated so as to refresh it in cache that has persistence enabled? -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/