Namespace Apache.Ignite.Core.Client.Cache
Classes
CacheClientConfiguration
Ignite client cache configuration. Same thing as CacheConfiguration, but with a subset of properties that can be accessed from Ignite thin client (see IIgniteClient).
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 CacheConfiguration properties, so a separate class exists to make it clear which properties can be used.
Interfaces
ICacheClient<TK, TV>
Client cache API. See GetCache<TK, TV>(String).
ICacheClientPluginConfiguration
Client cache plugin configuration.