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§
- Sequential
Write Policy - Sequential write policy: Write to L1, then L2 (write-through).