LRU stands for Least Recently Used. In a nutshell, it is a cache eviction policy where we state that when our cache fills up and a new element ...
確定! 回上一頁