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
李光春 013fa3fdbc
continuous-integration/drone/push Build is failing Details
update big、go
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 big、go 2 years ago
.travis.yml update big、go 2 years ago
LICENSE init 2 years ago
README.md update 2 years ago
big.go update big、go 2 years ago
big_cache.go update big、go 2 years ago
big_cache_test.go update big、go 2 years ago
big_test.go update big、go 2 years ago
connom.go update big、go 2 years ago
connom_test.go update big、go 2 years ago
go.go update big、go 2 years ago
go.mod init 2 years ago
go.sum init 2 years ago
go_cache.go update big、go 2 years ago
go_cache_test.go update big、go 2 years ago
go_test.go update big、go 2 years ago
redis.go update big、go 2 years ago
redis_cache.go init 2 years ago

README.md

Golang Cache

📦 Golang 缓存组件

godoc goproxy.cn goreportcard.com deps.dev

安装使用

go get -v -u github.com/dtapps/gocache

导入

import (
    "github.com/dtapps/gocache"
)