Cluster.DataGrid.EnableCacheUpdate()

Signature

void EnableCacheUpdate(boolean updateCache)

Domain

ACTION

Description

Set to true if the current RTC changes be replicated to the cache else RTC changes will lead to cache eviction instead of updates

Parameters

NameTypeDescription
updateCachebooleantrue if the current RTC changes be replicated to the cache else RTC changes will lead to cache eviction instead of updates

Returns

TypeDescription
void

Cautions

none