Re: Query regarding Generic Entity Framework Cache Store.

2023-08-13 Thread Pavel Tupitsyn
Hi Satyajit, Generic cache store usage is commented out in the sample repo: https://github.com/ptupitsyn/ignite-net-examples/blob/master/EFCacheStore/IgniteEFCacheStore/PostCacheStore.cs#L124 Have you tried replacing "return new PostCacheStore();" with the commented code? On Mon, Aug 14, 2023 at

Query regarding Generic Entity Framework Cache Store.

2023-08-13 Thread satyajit.mandal.barclays.com via user
Hi Pavel, Do you have the example code which calls the generic entity framework cache store. In the example mentioned here I don't see the generic entity framework cache store getting called. Can you share the code through which you tested the generic entity framew