Click or drag to resize

NearCacheConfigSetCacheLocalEntries Method

Note: This API is now obsolete.

Namespace:  Hazelcast.Config
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.2
Syntax
[ObsoleteAttribute("This configuration is not used on client")]
public virtual NearCacheConfig SetCacheLocalEntries(
	bool cacheLocalEntries
)

Parameters

cacheLocalEntries
Type: SystemBoolean

Return Value

Type: NearCacheConfig
See Also