__declspec(property(get = GetMaxCount)) int MaxCount;
Read only property. Maximum number of objects used inside object cache.
Read:
int GetMaxCount();Remarks:
Use this value to trim the size of the object cache for your application. Too large cache eats away too much system memory and too small cache can result in performance penalties.
Declared in Dew::Math::TAbstractMtxVecCache · Dew.Math/MtxVecBase.h · Cross-compiler