Tamal Saha 171b359877 Use gitea forked macaron (#7933) | před 5 roky | |
---|---|---|
.. | ||
memcache | před 5 roky | |
redis | před 5 roky | |
.drone.yml | před 5 roky | |
.gitignore | před 5 roky | |
LICENSE | před 5 roky | |
README.md | před 5 roky | |
cache.go | před 5 roky | |
file.go | před 5 roky | |
go.mod | před 5 roky | |
go.sum | před 5 roky | |
memory.go | před 5 roky | |
utils.go | před 5 roky |
Middleware cache provides cache management for Macaron. It can use many cache adapters, including memory, file, Redis, Memcache, PostgreSQL, MySQL, Ledis and Nodb.
go get gitea.com/macaron/cache
This package is a modified version of go-macaron/cache.
This project is under the Apache License, Version 2.0. See the LICENSE file for the full license text.