Click or drag to resize

NearCacheConfig Constructor (Int32, Int32, String, Int32, Boolean, InMemoryFormat)

Initializes a new instance of the NearCacheConfig class

Namespace:  Hazelcast.Config
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.2
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