TIncrementalCacheThread

From Ultibo.org
Jump to: navigation, search

Return to Unit Filesystem


Description


To be documented

Class definitions



TIncrementalCacheThread = class(TThread)

constructor Create(ACache:TIncrementalCache);  
destructor Destroy; override;  
protected
FCache:TIncrementalCache;  
 
procedure Execute; override;  


Function declarations



constructor TIncrementalCacheThread.Create(ACache:TIncrementalCache);
Description: To be documented
Note None documented


destructor TIncrementalCacheThread.Destroy;
Description: To be documented
Note None documented


procedure TIncrementalCacheThread.Execute;
Description: To be documented
Note None documented


Return to Unit Reference