gogs/vendor/github.com/go-macaron/cache
Unknwon 2fd69f13d9
vendor: check in vendors
Bye bye glide...
2017-02-09 19:48:13 -05:00
..
memcache vendor: check in vendors 2017-02-09 19:48:13 -05:00
redis vendor: check in vendors 2017-02-09 19:48:13 -05:00
LICENSE vendor: check in vendors 2017-02-09 19:48:13 -05:00
README.md vendor: check in vendors 2017-02-09 19:48:13 -05:00
cache.go vendor: check in vendors 2017-02-09 19:48:13 -05:00
file.go vendor: check in vendors 2017-02-09 19:48:13 -05:00
memory.go vendor: check in vendors 2017-02-09 19:48:13 -05:00
utils.go vendor: check in vendors 2017-02-09 19:48:13 -05:00

README.md

cache Build Status

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 github.com/go-macaron/cache

Getting Help

Credits

This package is a modified version of beego/cache.

License

This project is under the Apache License, Version 2.0. See the LICENSE file for the full license text.