ICachedDataset.RecordsBufferThreshold

Syntax

RecordsBufferThreshold: Integer;

Description

The RecordsBufferThreshold property determines threshold number of cache records.

Comments

The property is used to limit size of memory allocated for cache, if the quantity of loaded records is known in advance. By default the memory is allocated for 8192 records. On overcoming of threshold value, the cache size is automatically increased.

See also:

ICachedDataset