Java 缓存
# Java 缓存
缓存可以说是优化系统性能的第一手段,在各种技术中都会有缓存的应用。
如果想深入学习缓存,建议先了解一下 缓存基本原理 (opens new window),有助于理解缓存的特性、原理,使用缓存常见的问题及解决方案。
# 📖 内容
# 📚 资料
- JSR107 (opens new window)
- Spring Cache 官方文档 (opens new window)
- Spring Boot Cache 特性官方文档 (opens new window)
- J2Cache Gitee (opens new window)
- JetCache Github (opens new window)
- JetCache wiki (opens new window)
- Memcached 官网 (opens new window)
- Memcached Github (opens new window)
- Redis 官网 (opens new window)
- Redis github (opens new window)
- Redis 官方文档中文版 (opens new window)
# 🚪 传送
📝 帮助改善此页面! (opens new window)
上次更新: 2024/12/31, 08:02:35