TCacheEx
From Ultibo.org
Return to Unit Filesystem
Description
To be documented
Class definitions
[Expand]
TCacheEx = class(TCache)
Function declarations
[Expand]
function TCacheEx.GetDevicePage(ADevice:TDiskDevice; ASector:LongWord):TCachePage;
Description: Get the Clean or Dirty Page that contains this Sector on this Device
[Expand]
function TCacheEx.AllocDevicePage(ADevice:TDiskDevice; ASector:LongWord; AWrite:Boolean):TCachePage;
Description: To be documented
Return to Unit Reference