Tamal Saha 171b359877 Use gitea forked macaron (#7933) | преди 5 години | |
---|---|---|
.. | ||
memcache | преди 5 години | |
redis | преди 5 години | |
.drone.yml | преди 5 години | |
.gitignore | преди 5 години | |
LICENSE | преди 5 години | |
README.md | преди 5 години | |
cache.go | преди 5 години | |
file.go | преди 5 години | |
go.mod | преди 5 години | |
go.sum | преди 5 години | |
memory.go | преди 5 години | |
utils.go | преди 5 години |
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.