Closed unknowIfGuestInDream closed 1 year ago
https://www.cnblogs.com/oopsguy/p/7731659.html
在本文中,我将介绍 Caffeine — 一个高性能的 Java 缓存库。缓存和 Map 之间的一个根本区别在于缓存可以回收存储的 item。回收策略为在指定时间删除哪些对象。此策略直接影响缓存的命中率 —— 缓存库的一个重要特性。Caffeine 因使用了 Window TinyLfu 回收策略,
https://www.jianshu.com/p/3434991ad075
简书Caffeine简介 Caffeine是基于JAVA 1.8 Version的高性能缓存库。Caffeine提供的内存缓存使用参考Google guava的API。Caffe...
https://github.com/ben-manes/caffeine/wiki/Eviction-zh-CN
GitHubA high performance caching library for Java. Contribute to ben-manes/caffeine development by creating an account on GitHub.
https://developer.aliyun.com/article/810935
Caffeine 本地缓存框架原理及用法总结
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue.
Checklist
Describe the feature
https://zhuanlan.zhihu.com/p/342153501
Additional context
No response