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