Fetch the repository succeeded.
This action will force synchronization from 老雷/spring-boot-starter-l2cache, which will overwrite any changes that you have made since you forked the repository, and can not be recovered!!!
Synchronous operation will process in the background and will refresh the page when finishing processing. Please be patient.
l2cache是以redis作为二级缓存,内存作为一级缓存,让并发时的大部分请求从内存中响应,这样最大程度提高缓存效能。同时通过一定的设计,l2cache支持自动缓存降级,可以防缓存击穿,同时可以很容易的拓展为其它多级缓存。让缓存使用更容易。
缓存执行流程图
api使用及其简单
支持缓存降级
可以预防缓存击穿
很容易拓展为自己的希望的多级缓存实现
快速入门点击这里
1.0.0
发布时间: 2017年10月25日
更新内容:
1.完成多级缓存的模型抽象
2.一级缓存以内存,二级缓存以redis的二级缓存实现
示例项目点击这里
1.克隆示例项目
git clone git@gitee.com:lei0719/spring-boot-starter-l2cache-example.git
2.修改示例项目中redis地址端口
3.运行示例项目,可以看到输出的日志
Sign in for post a comment
Comments ( 0 )