Hi,
I have .Net Core Application using Ignite V2.7.6.

1.#ICache.GetConfiguration()
 unable to find,there is method that take parameter to get
cacheConfiguration. #ICache.GetConfiguration()

2.Always returning null.
 var cachConfiguration =
_IGNITE_CLIENT.GetConfiguration().CacheConfiguration.SingleOrDefault(x =>
x.Name == cacheName);


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