Source position: ttcache.pas line 95
type TCache = record
clazz: PCache_Class;
active: TSingle_List;
idle: TSingle_List;
idle_count: Int;
end;