Multiple choice To solve consistency problem ___ algorithm is used. write through write before write after none of these Reveal answer Fill a bubble to check yourself A Correct answer Explanation Write-through is a caching strategy where data is written to the cache and the underlying storage simultaneously, ensuring consistency between the two.