# README
Echo Middleware
Inspired by https://github.com/hb-go/echo-web
Requires
This project exposes a cache middleware for echo with different implementations
- inmemory with go-cache
- redis
- memcached
Usage
You can see some example here https://github.com/jsdidierlaurent/echo-middleware/tree/master/cache/example
Running tests
# Running test manually
docker-compose up -d
go test -v `go list ./... | grep -v example`
# Use makefile
make test
# Packages
No description provided by the author