This repository has been archived on 2020-11-30. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
techknowlogick 905232fba1
All checks were successful
continuous-integration/drone/push Build is passing
update nodb to latest (#9)
update nodb to latest

Reviewed-on: #9
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Reviewed-by: 6543 <6543@noreply.gitea.io>
2020-09-24 04:49:43 +00:00
ledis Use github.com/unknwon/com (#8) 2019-08-22 00:40:01 +00:00
memcache Use github.com/unknwon/com (#8) 2019-08-22 00:40:01 +00:00
mysql update macaron and drone (#7) 2019-08-05 08:58:54 +00:00
nodb Use github.com/unknwon/com (#8) 2019-08-22 00:40:01 +00:00
postgres update macaron and drone (#7) 2019-08-05 08:58:54 +00:00
redis Use github.com/unknwon/com (#8) 2019-08-22 00:40:01 +00:00
.drone.yml update macaron and drone (#7) 2019-08-05 08:58:54 +00:00
.gitignore Update github.com/go-redis/redis to v6.15.2 (#4) 2019-08-01 01:31:18 +00:00
cache_test.go update macaron and drone (#7) 2019-08-05 08:58:54 +00:00
cache.go update macaron and drone (#7) 2019-08-05 08:58:54 +00:00
file_test.go upgrade with macaron 2015-10-13 04:11:02 -04:00
file.go Use github.com/unknwon/com (#8) 2019-08-22 00:40:01 +00:00
go.mod update nodb to latest (#9) 2020-09-24 04:49:43 +00:00
go.sum update nodb to latest (#9) 2020-09-24 04:49:43 +00: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 Update package paths to gitea.com/macaron/cache (#6) 2019-07-31 16:13:36 +00:00
utils.go upgrade with macaron 2015-10-13 04:11:02 -04:00

cache

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

Getting Help

Credits

This package is a modified version of go-macaron/cache.

License

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