Inheritance Hierarchy
Hazelcast.ConfigNearCacheConfig
Hazelcast.ConfigNearCacheConfigReadOnly
Namespace: Hazelcast.Config
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.7
Syntax
The NearCacheConfig type exposes the following members.
Constructors
Name | Description | |
---|---|---|
NearCacheConfig | Initializes a new instance of the NearCacheConfig class | |
NearCacheConfig(String) | Initializes a new instance of the NearCacheConfig class | |
NearCacheConfig(NearCacheConfig) | Initializes a new instance of the NearCacheConfig class | |
NearCacheConfig(Int32, Int32, String, Int32, Boolean, InMemoryFormat) | Initializes a new instance of the NearCacheConfig class |
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetAsReadOnly | ||
GetEvictionPolicy | ||
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetInMemoryFormat | ||
GetMaxIdleSeconds | ||
GetMaxSize | ||
GetName | ||
GetTimeToLiveSeconds | ||
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IsCacheLocalEntries | ||
IsInvalidateOnChange | ||
SetCacheLocalEntries | ||
SetEvictionPolicy | ||
SetInMemoryFormat(String) | ||
SetInMemoryFormat(InMemoryFormat) | ||
SetInvalidateOnChange | ||
SetMaxIdleSeconds | ||
SetMaxSize | ||
SetName | ||
SetTimeToLiveSeconds | ||
ToString | (Overrides ObjectToString.) |
Fields
Name | Description | |
---|---|---|
DefaultEvictionPolicy | ||
DefaultMaxIdleSeconds | ||
DefaultMaxSize | ||
DefaultMemoryFormat | ||
DefaultTtlSeconds |
See Also