Indexed array to the slots.
Source position: cachecls.pp line 98
|  public property TCache.Slots[SlotIndex: Integer] : PCacheSlot | 
Slots provides index-based access to the TCacheSlot records in the list. Accessing the records directly does not change their position in the MRU list.
The index is zero-based and can maximally be SlotCount-1. Providing an invalid index will result in an exception.
| 
 | Indexed access to data items. | |
| 
 | Number of slots in the list. |