https://github.com/golang-acexy/cloud-cache
标准分布式缓存组件
https://github.com/golang-acexy/cloud-cache
cachemanager distributed
Last synced: 2 months ago
JSON representation
标准分布式缓存组件
- Host: GitHub
- URL: https://github.com/golang-acexy/cloud-cache
- Owner: golang-acexy
- License: apache-2.0
- Created: 2025-03-27T10:31:53.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-12-31T07:30:42.000Z (3 months ago)
- Last Synced: 2026-01-04T10:37:53.988Z (3 months ago)
- Topics: cachemanager, distributed
- Language: Go
- Homepage:
- Size: 55.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cloud-cache
缓存组件:用于分布式模式下提供内存缓存,分布式内存缓存(失效同步),Redis缓存,二级缓存(分布式内存缓存+Redis缓存)的统一标准访问方式。
---
- 内存缓存
- 分布式内存缓存(失效同步)
- Redis缓存
- 二级缓存(分布式内存缓存+Redis缓存)