in src/CacheConfiguration.ts [1753:1786]
async _read(communicator, buffer) {
// length
buffer.readInteger();
await this._readProperty(communicator, buffer, PROP_ATOMICITY_MODE);
await this._readProperty(communicator, buffer, PROP_BACKUPS);
await this._readProperty(communicator, buffer, PROP_CACHE_MODE);
await this._readProperty(communicator, buffer, PROP_COPY_ON_READ);
await this._readProperty(communicator, buffer, PROP_DATA_REGION_NAME);
await this._readProperty(communicator, buffer, PROP_EAGER_TTL);
await this._readProperty(communicator, buffer, PROP_STATISTICS_ENABLED);
await this._readProperty(communicator, buffer, PROP_GROUP_NAME);
await this._readProperty(communicator, buffer, PROP_DEFAULT_LOCK_TIMEOUT);
await this._readProperty(communicator, buffer, PROP_MAX_CONCURRENT_ASYNC_OPS);
await this._readProperty(communicator, buffer, PROP_MAX_QUERY_ITERATORS);
await this._readProperty(communicator, buffer, PROP_NAME);
await this._readProperty(communicator, buffer, PROP_IS_ONHEAP_CACHE_ENABLED);
await this._readProperty(communicator, buffer, PROP_PARTITION_LOSS_POLICY);
await this._readProperty(communicator, buffer, PROP_QUERY_DETAIL_METRICS_SIZE);
await this._readProperty(communicator, buffer, PROP_QUERY_PARALLELISM);
await this._readProperty(communicator, buffer, PROP_READ_FROM_BACKUP);
await this._readProperty(communicator, buffer, PROP_REBALANCE_BATCH_SIZE);
await this._readProperty(communicator, buffer, PROP_REBALANCE_BATCHES_PREFETCH_COUNT);
await this._readProperty(communicator, buffer, PROP_REBALANCE_DELAY);
await this._readProperty(communicator, buffer, PROP_REBALANCE_MODE);
await this._readProperty(communicator, buffer, PROP_REBALANCE_ORDER);
await this._readProperty(communicator, buffer, PROP_REBALANCE_THROTTLE);
await this._readProperty(communicator, buffer, PROP_REBALANCE_TIMEOUT);
await this._readProperty(communicator, buffer, PROP_SQL_ESCAPE_ALL);
await this._readProperty(communicator, buffer, PROP_SQL_INDEX_INLINE_MAX_SIZE);
await this._readProperty(communicator, buffer, PROP_SQL_SCHEMA);
await this._readProperty(communicator, buffer, PROP_WRITE_SYNCHRONIZATION_MODE);
await this._readProperty(communicator, buffer, PROP_CACHE_KEY_CONFIGURATION);
await this._readProperty(communicator, buffer, PROP_QUERY_ENTITY);
}