LRUCache原理分析
摘要:
一.注释 LRUCache的原理,基本都在注释里面描述清楚了。 /** * A cache that holds strong references to a limited number of values. Each time * a value is accessed, it is moved 阅读全文
posted @ 2017-10-19 14:06 Joyfulmath 阅读(363) 评论(0) 推荐(0)