Go to file
2015-10-13 04:11:02 -04:00
ledis upgrade with macaron 2015-10-13 04:11:02 -04:00
memcache upgrade with macaron 2015-10-13 04:11:02 -04:00
mysql upgrade with macaron 2015-10-13 04:11:02 -04:00
nodb upgrade with macaron 2015-10-13 04:11:02 -04:00
postgres upgrade with macaron 2015-10-13 04:11:02 -04:00
redis upgrade with macaron 2015-10-13 04:11:02 -04:00
.gitignore nodb: add nodb support 2015-02-17 15:53:00 -05:00
.travis.yml upgrade with macaron 2015-10-13 04:11:02 -04:00
cache_test.go upgrade with macaron 2015-10-13 04:11:02 -04:00
cache.go upgrade with macaron 2015-10-13 04:11:02 -04:00
file_test.go upgrade with macaron 2015-10-13 04:11:02 -04:00
file.go upgrade with macaron 2015-10-13 04:11:02 -04:00
LICENSE Initial commit 2014-07-15 18:38:44 -04:00
memory_test.go upgrade with macaron 2015-10-13 04:11:02 -04:00
memory.go upgrade with macaron 2015-10-13 04:11:02 -04:00
README.md upgrade with macaron 2015-10-13 04:11:02 -04:00
utils.go upgrade with macaron 2015-10-13 04:11:02 -04:00

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.