Click or drag to resize

ClientConfigGetNearCacheConfigMap Method

Gets dictionary of all configured NearCacheConfig's with the name key and configuration as the value.

Namespace:  Hazelcast.Config
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.3
Syntax
public virtual IDictionary<string, NearCacheConfig> GetNearCacheConfigMap()

Return Value

Type: IDictionaryString, NearCacheConfig
Dictionary of NearCacheConfig
See Also