Hello!

I don't think Ignite actually supports key/value inheritance, it may not
work as you assume it does.

Other than that, can you produce a small reproducer project, upload it
somewhere?

Regards,
-- 
Ilya Kasnacheev


чт, 23 янв. 2020 г. в 08:13, siva <siva.ka...@bizruntime.com>:

> Hi,
> Actually that is not CacheStore Type.Naming convention issue. And it's
> Interface implementing by all model classes.
>
> Example:
>
> public Interface ICustomCacheStore{
> }
>
> public class Person:ICustomCacheStore{
> }
>
> public class Department:ICustomCacheStore{
> }
>
> so all model class implementing above interface so that' why i provide
> there
> interface as value type.
>
> 3.Not working throwing error could not create .Net CacheStore
>   _IGNITE_CLIENT.GetOrCreateCache<string,
> ICustomCacheStore>(cacheName).GetConfiguration();
>
>
>
>
>
>
> --
> Sent from: http://apache-ignite-users.70518.x6.nabble.com/
>

Reply via email to