An open API service indexing awesome lists of open source software.

https://github.com/golang-acexy/cloud-cache

标准分布式缓存组件
https://github.com/golang-acexy/cloud-cache

cachemanager distributed

Last synced: 2 months ago
JSON representation

标准分布式缓存组件

Awesome Lists containing this project

README

          

# cloud-cache

缓存组件:用于分布式模式下提供内存缓存,分布式内存缓存(失效同步),Redis缓存,二级缓存(分布式内存缓存+Redis缓存)的统一标准访问方式。

---

- 内存缓存
- 分布式内存缓存(失效同步)
- Redis缓存
- 二级缓存(分布式内存缓存+Redis缓存)