随笔分类 -  Guava

摘要:Guava 是一个 Google 的基于java1.6的类库集合的扩展项目,包括 collections, caching, primitives support, concurrency libraries, comm... 阅读全文
posted @ 2017-07-15 10:30 乐在克里特 阅读(206) 评论(0) 推荐(0)
摘要:之前介绍过的Guava这个工具包中有很多方便的用法,下面要使用它封装的Cache来实现功能. 示例: import com.google.common.cache.CacheBuilder;import com.... 阅读全文
posted @ 2017-07-15 10:27 乐在克里特 阅读(207) 评论(0) 推荐(0)