Click or drag to resize

NearCacheConfigGetMaxSize Method

Returns the maximum size of the Near Cache.
When the maxSize is reached, the Near Cache is evicted based on the policy defined.

Namespace:  Hazelcast.Config
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.2
Syntax
public virtual int GetMaxSize()

Return Value

Type: Int32
the maximum size of the Near Cache
See Also