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