TCacheEx

From Ultibo.org
Jump to: navigation, search

Return to Unit Filesystem


Description


To be documented

Class definitions



[Expand]

TCacheEx = class(TCache)


Function declarations



[Expand]
constructor TCacheEx.Create(ADriver:TFileSysDriver);
Description: To be documented


[Expand]
destructor TCacheEx.Destroy;
Description: To be documented


[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