unknowIfGuestInDream / javafxTool

Javafx scaffolding, built on JDK17 + JavaFX21 + controlsfx 11.x.x + Maven
https://javafxtool.tlcsdm.com
MIT License
12 stars 1 forks source link

[Feature Request] Caffeine缓存集成 #587

Closed unknowIfGuestInDream closed 1 year ago

unknowIfGuestInDream commented 1 year ago

Checklist

Describe the feature

https://zhuanlan.zhihu.com/p/342153501

Additional context

No response

unknowIfGuestInDream commented 1 year ago

https://www.cnblogs.com/oopsguy/p/7731659.html

高性能 Java 缓存库 — Caffeine - oopsguy - 博客园
在本文中,我将介绍 Caffeine — 一个高性能的 Java 缓存库。缓存和 Map 之间的一个根本区别在于缓存可以回收存储的 item。回收策略为在指定时间删除哪些对象。此策略直接影响缓存的命中率 —— 缓存库的一个重要特性。Caffeine 因使用了 Window TinyLfu 回收策略,
unknowIfGuestInDream commented 1 year ago

https://www.jianshu.com/p/3434991ad075

简书
Caffeine Cache实战
Caffeine简介 Caffeine是基于JAVA 1.8 Version的高性能缓存库。Caffeine提供的内存缓存使用参考Google guava的API。Caffe...
unknowIfGuestInDream commented 1 year ago

https://github.com/ben-manes/caffeine/wiki/Eviction-zh-CN

GitHub
Eviction zh CN
A high performance caching library for Java. Contribute to ben-manes/caffeine development by creating an account on GitHub.
unknowIfGuestInDream commented 1 year ago

https://developer.aliyun.com/article/810935

Caffeine 本地缓存框架原理及用法总结-阿里云开发者社区
Caffeine 本地缓存框架原理及用法总结
unknowIfGuestInDream commented 1 year ago

https://juejin.cn/post/6991751225125371911

github-actions[bot] commented 1 year ago

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue.