Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Tamal Saha 171b359877 Use gitea forked macaron (#7933) il y a 4 ans
..
memcache Use gitea forked macaron (#7933) il y a 4 ans
redis Use gitea forked macaron (#7933) il y a 4 ans
.drone.yml Use gitea forked macaron (#7933) il y a 4 ans
.gitignore Use gitea forked macaron (#7933) il y a 4 ans
LICENSE Use gitea forked macaron (#7933) il y a 4 ans
README.md Use gitea forked macaron (#7933) il y a 4 ans
cache.go Use gitea forked macaron (#7933) il y a 4 ans
file.go Use gitea forked macaron (#7933) il y a 4 ans
go.mod Use gitea forked macaron (#7933) il y a 4 ans
go.sum Use gitea forked macaron (#7933) il y a 4 ans
memory.go Use gitea forked macaron (#7933) il y a 4 ans
utils.go Use gitea forked macaron (#7933) il y a 4 ans

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.