NearCacheConfig Constructor (Int32, Int32, String, Int32, Boolean, InMemoryFormat)Hazelcast .Net Client Class Library
Initializes a new instance of the NearCacheConfig class

Namespace: Hazelcast.Config
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.8.0.1
Syntax

public NearCacheConfig(
	int timeToLiveSeconds,
	int maxSize,
	string evictionPolicy,
	int maxIdleSeconds,
	bool invalidateOnChange,
	InMemoryFormat inMemoryFormat
)

Parameters

timeToLiveSeconds
Type: SystemInt32
maxSize
Type: SystemInt32
evictionPolicy
Type: SystemString
maxIdleSeconds
Type: SystemInt32
invalidateOnChange
Type: SystemBoolean
inMemoryFormat
Type: Hazelcast.ConfigInMemoryFormat
See Also

Reference