Initializes a new instance of the NearCacheConfig class
Namespace: Hazelcast.Config
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.6.4.0
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