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