Source position: ttcache.pas line 67
type TList_Element = record
next: PList_Element;
data: Pointer;
end;