You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > TAbstractMtxVecCache Class > TAbstractMtxVecCache Properties > TAbstractMtxVecCache.CacheWasFull Property
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
TAbstractMtxVecCache.CacheWasFull Property

Returns true, if object cache was too small.

Syntax
C#
Visual Basic
public bool CacheWasFull;

Only a limited count of items is available in the object cache. If object cache runs out of objects, the code performance could be seriously affected (also by 20x in some cases). Do not allocate objects from cache in large numbers.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!