ConcurrencyChecksEnabled
This attribute determines whether members perform checks to provide consistent handling for concurrent or out-of-order updates to distributed regions.
A client cache can disable consistency checking for a region even if server caches enable consistency checking for the same region. This configuration ensures that the client sees all events for the region, but it does not prevent the client cache region from becoming out-of-sync with the server cache.
Optionally enable concurrency checks for the region. Example:
<region-attributes concurrency-checks-enabled="true">
</region-attributes>
See Region Consistency for more information.