ICachedDataset.RecordsBufferThreshold

Syntax

RecordsBufferThreshold: Integer;

Description

The RecordsBufferThreshold property determines threshold number of cache records.

Comments

This property is used to limit size of memory allocated for cache if the number of loaded records is known in advance. By default the memory is allocated for 8192 records. When the threshold value is exceeded, the cache size is automatically increased.

See also:

ICachedDataset