Arm Interview Question

What is Cache coherency and How is the problem solved?

Interview Answer

Anonymous

Nov 10, 2020

Cache coherency is a problem where data in inconsistent through various levels of memory structure. It is solved by using write-through cache, write-back cache, separate instruction cache.