You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
886 B

  1. # cache [![Build Status](https://travis-ci.org/go-macaron/cache.svg?branch=master)](https://travis-ci.org/go-macaron/cache) [![](http://gocover.io/_badge/github.com/go-macaron/cache)](http://gocover.io/github.com/go-macaron/cache)
  2. Middleware cache provides cache management for [Macaron](https://github.com/go-macaron/macaron). It can use many cache adapters, including memory, file, Redis, Memcache, PostgreSQL, MySQL, Ledis and Nodb.
  3. ### Installation
  4. go get github.com/go-macaron/cache
  5. ## Getting Help
  6. - [API Reference](https://gowalker.org/github.com/go-macaron/cache)
  7. - [Documentation](http://go-macaron.com/docs/middlewares/cache)
  8. ## Credits
  9. This package is a modified version of [beego/cache](https://github.com/astaxie/beego/tree/master/cache).
  10. ## License
  11. This project is under the Apache License, Version 2.0. See the [LICENSE](LICENSE) file for the full license text.