[Overview][Types][Procedures and functions][Index] Reference for unit 'TTCache' (#lazutils)

TCache

Declaration

Source position: ttcache.pas line 95

type TCache = record

  clazz: PCache_Class;

  

  active: TSingle_List;

  

  idle: TSingle_List;

  

  idle_count: Int;

  

end;

The latest version of this document can be found at lazarus-ccr.sourceforge.net.