| NearCacheConfigSetCacheLocalEntries 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 NearCacheConfig SetCacheLocalEntries(
bool cacheLocalEntries
)
<ObsoleteAttribute("This configuration is not used on client")>
Public Overridable Function SetCacheLocalEntries (
cacheLocalEntries As Boolean
) As NearCacheConfig
public:
[ObsoleteAttribute(L"This configuration is not used on client")]
virtual NearCacheConfig^ SetCacheLocalEntries(
bool cacheLocalEntries
)
[<ObsoleteAttribute("This configuration is not used on client")>]
abstract SetCacheLocalEntries :
cacheLocalEntries : bool -> NearCacheConfig
[<ObsoleteAttribute("This configuration is not used on client")>]
override SetCacheLocalEntries :
cacheLocalEntries : bool -> NearCacheConfig
Parameters
- cacheLocalEntries
- Type: SystemBoolean
Return Value
Type:
NearCacheConfigSee Also