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
李光春 25c7c7fce1
update
2 years ago
vendor init 2 years ago
.gitignore init 2 years ago
LICENSE init 2 years ago
README.md update 2 years ago
big.go init 2 years ago
big_cache.go init 2 years ago
connom.go init 2 years ago
connom_test.go init 2 years ago
go.go init 2 years ago
go.mod init 2 years ago
go.sum init 2 years ago
go_cache.go init 2 years ago
gomod.sh init 2 years ago
redis.go init 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"
)