Releases: chenggangpro/reactive-cache-support
Releases · chenggangpro/reactive-cache-support
v1.0.0
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