  | NearCacheConfigIsCacheLocalEntries Method  | 
 Note: This API is now obsolete.
 
    Namespace: 
   Hazelcast.Config
    Assembly:
   Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.2
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 Booleanpublic:
[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: 
Boolean
See Also