LFU is a caching algorithm in which the Least Frequently Used item in the cache is removed whenever the cache's capacity limit is reached.
確定! 回上一頁