阅读背景:

LruCache--远程图片获取与本地缓存

来源:互联网 

Class Overview


A cache that holds strong references to a limited number of values. Each time a value is accessed, it is moved to the head of a queue. When a value is added to a full cache, the value at the end of that queue is evicted and may become eligible for garbage collection.A cache that holds strong r




你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: