Source position: ttcache.pas line 85
type TCache_Class = record
Object_Size: Int;
Idle_Limit: Int;
Init: TConstructor;
Done: TDestructor;
end;