| Name | Type | Description |
|---|
| CacheElements | Int32 | Returns the number of precreated objects inside object cache. |
| CacheFull | Boolean | Returns true, if currently there are no free objects in cache. |
| CacheSize | Int32 | Returns the number of objects in the object cache. |
| CacheUsedCount | Int32 | Returns the number of currently used objects in the object cache. |
| CacheWasFull | Boolean | Returns true, if object cache was too small. |
| ConditionCheck | Boolean | Sets ConditionCheck for all items in the list. |
| MaxCount | Int32 | Read only property. Maximum number of objects used inside object cache. |