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
李光春 4aa3803689
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details
update
2 years ago
.circleci update big、go 2 years ago
.github/workflows update big、go 2 years ago
.drone.yml update big、go 2 years ago
.gitignore update 2 years ago
.travis.yml update big、go 2 years ago
LICENSE init 2 years ago
README.md update 2 years ago
big.go add memcached 2 years ago
big_cache.go update big、go 2 years ago
big_test.go update ristretto 2 years ago
connom.go update 2 years ago
fast.go update 2 years ago
free.go update 2 years ago
go.go add memcached 2 years ago
go.mod update 2 years ago
go.sum add memcached 2 years ago
go_cache.go update big、go 2 years ago
go_test.go update ristretto 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"
)