TCacheEx

From Ultibo.org
Revision as of 04:38, 17 May 2018 by Ultibo (Talk | contribs) (Created page with "Return to Unit Filesystem __TOC__ === Description === ---- ''To be documented'' === Class definitions === ---- <div class="toccolours mw-collapsible...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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