You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
李光春 109543b406
- 优化
2 years ago
.drone.yml update big、go 2 years ago
.gitignore update 2 years ago
LICENSE init 2 years ago
README.md update 2 years ago
big.go - 优化 2 years ago
big_cache.go - 优化 2 years ago
big_test.go update big 2 years ago
connom.go update 2 years ago
fast.go update 2 years ago
free.go update 2 years ago
go.go - 优化 2 years ago
go.mod update 2 years ago
go.sum update 2 years ago
go_cache.go - 优化 2 years ago
go_test.go - 优化 2 years ago
group.go update 2 years ago
memcached.go add memcached 2 years ago
memcached_cache.go update redis 2 years ago
redis.go update redis 2 years ago
redis_cache.go update redis_cache 2 years ago
ristretto.go add memcached 2 years ago
ristretto_cache.go update ristretto 2 years ago
ristretto_test.go update ristretto 2 years ago

README.md

Golang Cache

📦 Golang 缓存组件

godoc goproxy.cn goreportcard.com deps.dev

安装使用

go get -v -u go.dtapp.net/gocache

导入

import (
    "go.dtapp.net/gocache"
)