首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > Java > 简单的java expirable LRU缓存的实现

简单的java expirable LRU缓存的实现

  • 资源大小:12.82 kB
  • 上传时间:2021-06-29
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: java Cache Concurrent LRU

资 源 简 介

simplelrucache Description simplelrucache is library which provides simple, memory-only, threadsafe and fast implementations of LRU cache. Library itself is very lightweight, and it"s only dependency is concurrentlinkedhasmap and slf4j-api Features LRU policy TTL support Threadsafe Lightweight (12.7kB without dependencies, 87.1kB with dependencies) Possibility to store values as SoftReference so garbage collection will firstly reclaim memory from cache before OutOfMemoryError More info ImplementationsComparison BasicUsage UsingAutoCallbacks Dependencies MavenRepository Future more implementations
VIP VIP
0.170082s