Skip to content

Releases: chenggangpro/reactive-cache-support

v1.0.0

21 Aug 14:34
Compare
Choose a tag to compare

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