[Overview][Resource strings][Types][Classes][Index] |
Record representing 1 item in the cache list.
Source position: cachecls.pp line 46
type TCacheSlot = record |
||
Prev: PCacheSlot; |
|
Pointer to previous element in the list. |
Next: PCacheSlot; |
|
Pointer to next element in the list. |
Data: Pointer; |
|
Data pointer for this item. |
Index: Integer; |
|
Index in the list. |
end; |
TCacheSlot is internally used by the TCache class. It represents 1 element in the linked list.
|
Cache class |
|
|
Pointer to TCacheSlot record. |