905232fba1
All checks were successful
continuous-integration/drone/push Build is passing
update nodb to latest Reviewed-on: #9 Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com> Reviewed-by: 6543 <6543@noreply.gitea.io> |
||
---|---|---|
ledis | ||
memcache | ||
mysql | ||
nodb | ||
postgres | ||
redis | ||
.drone.yml | ||
.gitignore | ||
cache_test.go | ||
cache.go | ||
file_test.go | ||
file.go | ||
go.mod | ||
go.sum | ||
LICENSE | ||
memory_test.go | ||
memory.go | ||
README.md | ||
utils.go |
cache
Middleware cache provides cache management for Macaron. It can use many cache adapters, including memory, file, Redis, Memcache, PostgreSQL, MySQL, Ledis and Nodb.
Installation
go get gitea.com/macaron/cache
Getting Help
Credits
This package is a modified version of go-macaron/cache.
License
This project is under the Apache License, Version 2.0. See the LICENSE file for the full license text.