NearCacheConfigReadOnly ClassHazelcast .Net Client Class Library
Inheritance Hierarchy

SystemObject
  Hazelcast.ConfigNearCacheConfig
    Hazelcast.ConfigNearCacheConfigReadOnly

Namespace: Hazelcast.Config
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.8.1
Syntax

public class NearCacheConfigReadOnly : NearCacheConfig

The NearCacheConfigReadOnly type exposes the following members.

Constructors

  NameDescription
Public methodNearCacheConfigReadOnly
Initializes a new instance of the NearCacheConfigReadOnly class
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetAsReadOnly (Inherited from NearCacheConfig.)
Public methodGetEvictionPolicy (Inherited from NearCacheConfig.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetInMemoryFormat (Inherited from NearCacheConfig.)
Public methodGetMaxIdleSeconds (Inherited from NearCacheConfig.)
Public methodGetMaxSize (Inherited from NearCacheConfig.)
Public methodGetName (Inherited from NearCacheConfig.)
Public methodGetTimeToLiveSeconds (Inherited from NearCacheConfig.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsCacheLocalEntries (Inherited from NearCacheConfig.)
Public methodIsInvalidateOnChange (Inherited from NearCacheConfig.)
Public methodSetCacheLocalEntries (Inherited from NearCacheConfig.)
Public methodSetEvictionPolicy (Overrides NearCacheConfigSetEvictionPolicy(String).)
Public methodSetInMemoryFormat(String) (Overrides NearCacheConfigSetInMemoryFormat(String).)
Public methodSetInMemoryFormat(InMemoryFormat) (Overrides NearCacheConfigSetInMemoryFormat(InMemoryFormat).)
Public methodSetInvalidateOnChange (Overrides NearCacheConfigSetInvalidateOnChange(Boolean).)
Public methodSetMaxIdleSeconds (Overrides NearCacheConfigSetMaxIdleSeconds(Int32).)
Public methodSetMaxSize (Overrides NearCacheConfigSetMaxSize(Int32).)
Public methodSetName (Overrides NearCacheConfigSetName(String).)
Public methodSetTimeToLiveSeconds (Overrides NearCacheConfigSetTimeToLiveSeconds(Int32).)
Public methodToString (Inherited from NearCacheConfig.)
Top
See Also

Reference