Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@chenggangpro 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 uses java.util.concurrent.DelayQueue to implement cache behavior
    • CaffeineReactiveCache uses com.github.benmanes.caffeine.cache.Cache to implement cache behavior
    • RedisReactiveCache uses redis and spring-boot-data-redis to implement cache behavior
    • DefaultReactiveCache uses customized configuration which specific configured by uses to implement cache behavior