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