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

https://github.com/farseer-go/cache

多级缓存操作
https://github.com/farseer-go/cache

cachemanager

Last synced: 2 months ago
JSON representation

多级缓存操作

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)

![](https://img.shields.io/github/stars/farseer-go?style=social)
![](https://img.shields.io/github/license/farseer-go/cache)
![](https://img.shields.io/github/go-mod/go-version/farseer-go/cache)
![](https://img.shields.io/github/v/release/farseer-go/cache)
![Codecov](https://img.shields.io/codecov/c/github/farseer-go/cache)
![](https://img.shields.io/github/languages/code-size/farseer-go/cache)
![](https://img.shields.io/github/directory-file-count/farseer-go/cache)
![](https://goreportcard.com/badge/github.com/farseer-go/cache)

缓存支持`将数据集合临时缓存`,集合中的数据`需要有唯一标识`。

此包为接口规范,具体实现在:

- [cacheMemory](https://github.com/farseer-go/cacheMemory)
- [redis](https://github.com/farseer-go/redis)