function Access_Count
return HAL.UInt32
procedure Disable
Power_Down implies Disable, cache state is retained while powered down
procedure Enable
Power_Down implies Disable, cache state is retained while powered down
procedure Flush
(Wait : Boolean := True)
If Wait is True, Flush blocks until the cache flush is complete, otherwise the cache is flushed asynchronously.
function Hit_Count
return HAL.UInt32
function Is_Enabled
return Boolean
procedure Power_Down
Power_Down implies Disable, cache state is retained while powered down
procedure Reset_Counters