Middleware cache provides cache management for Tango. It can use many cache adapters, including memory, file, Redis, Memcache, PostgreSQL, MySQL, Ledis and Nodb.
go get github.com/tango-contrib/cache
Default cache includes two adapters memory and file, you can find more adapters.
This package is a modified version of macaron/cache.
This project is under the Apache License, Version 2.0. See the LICENSE file for the full license text.