Hi Kamesh,

There is no way to trigger Ignite cache when an update happens at a database
layer.

You should either 
- periodically use some predicate in conjunction with IgniteCache.loadAll in
order to load data from DB; or
- make the other app to do updates through the cache.

Does any of suggestions above work for you?

Regards,
Denis



--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/Need-to-effect-cache-at-time-of-changes-made-in-database-tp2182p2188.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Reply via email to