Pooja
Pooja

Reputation: 115

Read and write through in apache ignite

I want to perform read and write through using apache ignite. I know that we have to use "cacheStoreAdapter" interface for it. In these interface we have 3 methods, "Load, write and delete". In write/load methods we have to explicitly write persistent db queries. Is there a way where on cache.put(), it writes to persistent db automatically????

Upvotes: 0

Views: 1031

Answers (1)

Related Questions