Adaptive replacement cache

cache management algorithm

Adaptive replacement cache (often abbreviates ARC) is a page replacement algorithm which was developed by IBM. It has a better performance than the frequently used LRU cache algorithm.