chenggangpro
released this
21 Aug 14:34
·
3 commits
to master
since this release
The first release of this project , the aim of this project is to implement a general approach to reactive cache operations.
- This project implement reactive cache for business application scenarios. The implementation includes the following:
InmemeoryReactiveCache
usesjava.util.concurrent.DelayQueue
to implement cache behaviorCaffeineReactiveCache
usescom.github.benmanes.caffeine.cache.Cache
to implement cache behaviorRedisReactiveCache
usesredis
andspring-boot-data-redis
to implement cache behaviorDefaultReactiveCache
uses customized configuration which specific configured by uses to implement cache behavior