Is there a way to configure near cache for a thin client?
It appears that this API is missing from .NET NuGet package. Here is sample code:
var ignite = Ignition.StartClient(cfg);
var cache = ignite.GetOrCreateCache<string, string>( "mycache");
GetOrCreateCache seems to be missing an overload that takes near cache configuration... Is this something that is simply not developed yet?