https://github.com/farseer-go/cache
多级缓存操作
https://github.com/farseer-go/cache
cachemanager
Last synced: 2 months ago
JSON representation
多级缓存操作
- Host: GitHub
- URL: https://github.com/farseer-go/cache
- Owner: farseer-go
- License: mit
- Created: 2022-08-18T09:19:10.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2026-01-16T14:11:27.000Z (2 months ago)
- Last Synced: 2026-01-17T04:31:48.138Z (2 months ago)
- Topics: cachemanager
- Language: Go
- Homepage: https://farseer-go.gitee.io/
- Size: 72.3 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cache 缓存
> 包:`"github.com/farseer-go/cache"`
>
> 模块:`cache.Module`
- `Document`
- [English](https://farseer-go.github.io/doc/#/en-us/)
- [中文](https://farseer-go.github.io/doc/)
- [English](https://farseer-go.github.io/doc/#/en-us/)
- Source
- [github](https://github.com/farseer-go/fs)








缓存支持`将数据集合临时缓存`,集合中的数据`需要有唯一标识`。
此包为接口规范,具体实现在:
- [cacheMemory](https://github.com/farseer-go/cacheMemory)
- [redis](https://github.com/farseer-go/redis)