property CacheWasFull: Boolean;
Returns true, if object cache was too small.
Returns: Boolean
Remarks:
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.