TMtxIntCache.SetCacheSize Method

procedure SetCacheSize(ItemCount: Integer; Elements: Integer);

Sets the cache object count to ItemCount and allocates Elements count of data elements per object.

#NameTypeDescription
1ItemCountInteger
2ElementsInteger

Result: stored in self (calling object)