gitea/vendor/gitea.com/macaron/cache
Tamal Saha 171b359877 Use gitea forked macaron (#7933)
Signed-off-by: Tamal Saha <tamal@appscode.com>
2019-08-23 12:40:29 -04:00
..
memcache Use gitea forked macaron (#7933) 2019-08-23 12:40:29 -04:00
redis Use gitea forked macaron (#7933) 2019-08-23 12:40:29 -04:00
.drone.yml Use gitea forked macaron (#7933) 2019-08-23 12:40:29 -04:00
.gitignore Use gitea forked macaron (#7933) 2019-08-23 12:40:29 -04:00
LICENSE Use gitea forked macaron (#7933) 2019-08-23 12:40:29 -04:00
README.md Use gitea forked macaron (#7933) 2019-08-23 12:40:29 -04:00
cache.go Use gitea forked macaron (#7933) 2019-08-23 12:40:29 -04:00
file.go Use gitea forked macaron (#7933) 2019-08-23 12:40:29 -04:00
go.mod Use gitea forked macaron (#7933) 2019-08-23 12:40:29 -04:00
go.sum Use gitea forked macaron (#7933) 2019-08-23 12:40:29 -04:00
memory.go Use gitea forked macaron (#7933) 2019-08-23 12:40:29 -04:00
utils.go Use gitea forked macaron (#7933) 2019-08-23 12:40:29 -04:00

README.md

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.