Namespace Apache.Ignite.Core.Client.Cache
Classes
CacheClientConfiguration
Ignite client cache configuration.
Same thing as Cache
Note that caches created from server nodes can be accessed from thin client, and vice versa.
The only difference is that thin client can not read or write certain Cache
Interfaces
ICacheClient<TK, TV>
Client cache API. See GetCache<TK, TV>(String).