Go to file
Unknwon 5617353127 upgrade with macaron 8 years ago
ledis upgrade with macaron 8 years ago
memcache upgrade with macaron 8 years ago
mysql upgrade with macaron 8 years ago
nodb upgrade with macaron 8 years ago
postgres upgrade with macaron 8 years ago
redis upgrade with macaron 8 years ago
.gitignore nodb: add nodb support 8 years ago
.travis.yml upgrade with macaron 8 years ago
LICENSE Initial commit 9 years ago
README.md upgrade with macaron 8 years ago
cache.go upgrade with macaron 8 years ago
cache_test.go upgrade with macaron 8 years ago
file.go upgrade with macaron 8 years ago
file_test.go upgrade with macaron 8 years ago
memory.go upgrade with macaron 8 years ago
memory_test.go upgrade with macaron 8 years ago
utils.go upgrade with macaron 8 years ago

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.