Skip to main content

Module sequential

Module sequential 

Source
Expand description

Sequential write policy implementation (Write-Through).

This policy writes to L1 first, then writes to L2 sequentially. It’s the classic write-through strategy with strong consistency.

Structs§

SequentialWritePolicy
Sequential write policy: Write to L1, then L2 (write-through).