常用缓存算法收集

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)

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

posted @ 2012-06-27 19:00  Proteas  阅读(170)  评论(0编辑  收藏  举报