procedure SetCacheSize(ItemCount: Integer; Elements: Integer);
Sets the cache object count to ItemCount and allocates Elements count of data elements per object.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | ItemCount | Integer | |
| 2 | Elements | Integer |
Result: stored in self (calling object)