高性能分布式缓存一致性解决方案 | High-Performance Distributed Cache Consistency Solution
English: Consistency Cache is a high-performance distributed cache consistency middleware designed to solve data consistency issues in multi-level caching scenarios.
中文: Consistency Cache 是一个高性能的分布式缓存一致性中间件,专为解决多级缓存场景下的数据一致性问题而设计。
选择语言版本 | Select Language Version:
| Feature | 特性 |
|---|---|
| Multi-Level Cache | 多级缓存支持 |
| Consistency Guarantee | 一致性保障 |
| Hotspot Detection | 热点检测 |
| Circuit Breaker | 熔断保护 |
| Monitoring | 监控指标 |
<dependency>
<groupId>io.github.latcn</groupId>
<artifactId>consistency-cache-spring-boot-starter</artifactId>
<version>1.0.5</version>
</dependency>implementation 'io.github.latcn:consistency-cache-spring-boot-starter:1.0.5'Apache License 2.0
Made with ❤️ by Consistency Cache Team