Re: Use case difference between CacheLoader, CacheWriter and CacheStore?

2018-11-29 Thread Ilya Kasnacheev
Hello! CacheStoreAdapter is just a convenience class with some methods pre-implemented. You can use both. Regards, -- Ilya Kasnacheev вт, 27 нояб. 2018 г. в 15:18, the_palakkaran : > Thanks. Should I be using CacheStore or CacheStoreAdapter for my > implementations? > > > > -- > Sent from:

Re: Use case difference between CacheLoader, CacheWriter and CacheStore?

2018-11-27 Thread the_palakkaran
Thanks. Should I be using CacheStore or CacheStoreAdapter for my implementations? -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Use case difference between CacheLoader, CacheWriter and CacheStore?

2018-11-27 Thread Mikael
Hi! CacheLoader and CacheWriter are JCache interfaces, CacheStore is an Ignite interface that is just there for convenience to put all in the same class. https://apacheignite.readme.io/v2.6/docs/3rd-party-store "While Ignite allows you to configure the |CacheLoader| and |CacheWriter|