Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
Tamal Saha 171b359877 Use gitea forked macaron (#7933) 4 år sedan
..
memcache Use gitea forked macaron (#7933) 4 år sedan
redis Use gitea forked macaron (#7933) 4 år sedan
.drone.yml Use gitea forked macaron (#7933) 4 år sedan
.gitignore Use gitea forked macaron (#7933) 4 år sedan
LICENSE Use gitea forked macaron (#7933) 4 år sedan
README.md Use gitea forked macaron (#7933) 4 år sedan
cache.go Use gitea forked macaron (#7933) 4 år sedan
file.go Use gitea forked macaron (#7933) 4 år sedan
go.mod Use gitea forked macaron (#7933) 4 år sedan
go.sum Use gitea forked macaron (#7933) 4 år sedan
memory.go Use gitea forked macaron (#7933) 4 år sedan
utils.go Use gitea forked macaron (#7933) 4 år sedan

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.