| NearCacheConfigGetName Method |
Returns the name of the Near Cache
Namespace:
Hazelcast.Config
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.11
Syntax public virtual string GetName()
Public Overridable Function GetName As String
public:
virtual String^ GetName()
abstract GetName : unit -> string
override GetName : unit -> string
Return Value
Type:
Stringthe name of the Near Cache
See Also