常用缓存算法收集

1、Belady's algorithms

2、random replacement

3、first in first out

4、least frequent used (LFU)

5、simple time-based

6、least recently used (LRU)

7、adaptive replacement cache (ACR)

先记录下来,随后展开了解下。

原文地址:https://www.cnblogs.com/Proteas/p/2566218.html