| NearCacheConfigIsCacheLocalEntries Method |
Note: This API is now obsolete.
Namespace:
Hazelcast.Config
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.11
Syntax [ObsoleteAttribute("This configuration is not used on client")]
public virtual bool IsCacheLocalEntries()
<ObsoleteAttribute("This configuration is not used on client")>
Public Overridable Function IsCacheLocalEntries As Boolean
public:
[ObsoleteAttribute(L"This configuration is not used on client")]
virtual bool IsCacheLocalEntries()
[<ObsoleteAttribute("This configuration is not used on client")>]
abstract IsCacheLocalEntries : unit -> bool
[<ObsoleteAttribute("This configuration is not used on client")>]
override IsCacheLocalEntries : unit -> bool
Return Value
Type:
BooleanSee Also