TMtxIntCache.SetCacheSize Method

void SetCacheSize(Int32 ItemCount, Int32 Elements)

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

#NameTypeDescription
1ItemCountInt32
2ElementsInt32

Result: stored in self (calling object)