Re: Cache.clear() is not clearing the data in DB when both native as well as 3rd Party persistence is used

2018-04-18 Thread Roman Guseinov
Hi Naveen, Cache.clear() does not delete records from 3rd Party Persistence. According to documentation you can use Cache.removeAll() [1]. Best Regards, Roman [1] https://apacheignite.readme.io/docs/3rd-party-store#section-loadall-writeall-deleteall- -- Sent from: http://apache-ignite-users.7

Cache.clear() is not clearing the data in DB when both native as well as 3rd Party persistence is used

2018-04-17 Thread Naveen
HI AM using 2.4 with dual backing store. When we use cache.clear, cache entries are getting deleted, however entries in DB are not getting deleted., We are using Oracle as backing store along with Ignite native persistence. However, all the individual upserts/deletes we do they Key Value API