Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
Tamal Saha 171b359877 Use gitea forked macaron (#7933) 4 anos atrás
..
memcache Use gitea forked macaron (#7933) 4 anos atrás
redis Use gitea forked macaron (#7933) 4 anos atrás
.drone.yml Use gitea forked macaron (#7933) 4 anos atrás
.gitignore Use gitea forked macaron (#7933) 4 anos atrás
LICENSE Use gitea forked macaron (#7933) 4 anos atrás
README.md Use gitea forked macaron (#7933) 4 anos atrás
cache.go Use gitea forked macaron (#7933) 4 anos atrás
file.go Use gitea forked macaron (#7933) 4 anos atrás
go.mod Use gitea forked macaron (#7933) 4 anos atrás
go.sum Use gitea forked macaron (#7933) 4 anos atrás
memory.go Use gitea forked macaron (#7933) 4 anos atrás
utils.go Use gitea forked macaron (#7933) 4 anos atrás

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.