Ignite website shows downloading version 2.11 as latest version

2023-09-26 Thread Humphrey Lopez
If you narrow the page (or you are on your phone) you get a menu, when clicking on the menu it shows below an older version of apache ignite to download. See screenshot below. [image: image.png]

External Cache Store + Ignite .NET

2023-09-26 Thread satyajit.mandal.barclays.com via user
Hi Pavel, What is the setting for asynchrous write to external cache store using Ignite .NET Api? Do you have any sample code? Regards Satyajit Barclays Execution Services Limited registered in England. Registered No. 1767980. Registered office: 1 Churchill Place, London,

Re: External Cache Store + Ignite .NET

2023-09-26 Thread Pavel Tupitsyn
CacheConfiguration.WriteBehindEnabled = true This enables background asynchronous cache store updates [1] [2] [1]

RE: External Cache Store + Ignite .NET

2023-09-26 Thread satyajit.mandal.barclays.com via user
Hi Pavel, It works by setting WriteBehindEnabled = true and WriteThrough = true. Regards Satyajit From: Mandal, Satyajit: IT (PUN) Sent: Tuesday, September 26, 2023 8:04 PM To: Pavel Tupitsyn Cc: user@ignite.apache.org Subject: RE: External Cache Store + Ignite .NET Hi Pavel, Do we

RE: External Cache Store + Ignite .NET

2023-09-26 Thread satyajit.mandal.barclays.com via user
Hi Pavel, Do we need to set all these properties for it to work. When I am debugging I can’t see its writing anything to external cachestore. How can we test this to confirm it works with minimum setting? WriteBehindEnabled = true ReadThrough = true WriteThrough =