Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
Tamal Saha 171b359877 Use gitea forked macaron (#7933) před 4 roky
..
memcache Use gitea forked macaron (#7933) před 4 roky
redis Use gitea forked macaron (#7933) před 4 roky
.drone.yml Use gitea forked macaron (#7933) před 4 roky
.gitignore Use gitea forked macaron (#7933) před 4 roky
LICENSE Use gitea forked macaron (#7933) před 4 roky
README.md Use gitea forked macaron (#7933) před 4 roky
cache.go Use gitea forked macaron (#7933) před 4 roky
file.go Use gitea forked macaron (#7933) před 4 roky
go.mod Use gitea forked macaron (#7933) před 4 roky
go.sum Use gitea forked macaron (#7933) před 4 roky
memory.go Use gitea forked macaron (#7933) před 4 roky
utils.go Use gitea forked macaron (#7933) před 4 roky

README.md

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.