Hello!

Why would you have your cache parametrized with CacheStore as value type??

Regards,
-- 
Ilya Kasnacheev


ср, 22 янв. 2020 г. в 13:02, siva <[email protected]>:

> 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