https://github.com/go-macaron/cache
Package cache is a middleware that provides the cache management of Macaron.
https://github.com/go-macaron/cache
cache go lsif-enabled macaron middleware
Last synced: 5 months ago
JSON representation
Package cache is a middleware that provides the cache management of Macaron.
- Host: GitHub
- URL: https://github.com/go-macaron/cache
- Owner: go-macaron
- License: apache-2.0
- Created: 2014-07-15T22:38:22.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2020-03-30T17:43:13.000Z (almost 6 years ago)
- Last Synced: 2024-12-10T09:41:52.353Z (about 1 year ago)
- Topics: cache, go, lsif-enabled, macaron, middleware
- Language: Go
- Homepage:
- Size: 84 KB
- Stars: 18
- Watchers: 4
- Forks: 14
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cache
[](https://github.com/go-macaron/cache/actions?query=workflow%3AGo)
[](https://codecov.io/gh/go-macaron/cache)
[](https://pkg.go.dev/github.com/go-macaron/cache?tab=doc)
[](https://sourcegraph.com/github.com/go-macaron/cache)
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.
### Installation
The minimum requirement of Go is 1.6 (*1.7 if using Redis, 1.10 if using MySQL*).
go get github.com/go-macaron/cache
## Getting Help
- [API Reference](https://gowalker.org/github.com/go-macaron/cache)
- [Documentation](https://go-macaron.com/middlewares/cache)
## Credits
This package is a modified version of [beego/cache](https://github.com/astaxie/beego/tree/master/cache).
## License
This project is under the Apache License, Version 2.0. See the [LICENSE](LICENSE) file for the full license text.