victorspringer / http-cache

High performance Golang HTTP middleware for server-side application layer caching, ideal for REST APIs
https://godoc.org/github.com/victorspringer/http-cache
MIT License
339 stars 63 forks source link

Work together #12

Open darkweak opened 3 years ago

darkweak commented 3 years ago

Hello, I'm working on a maintained cache system which one can be run out of the box and compatible with Caddy as caddy-module. It supports the RFC-7234 and the new one concern the Cache-Status. I would be proud to work with you on this because you did a great work on this project. Then it supports Olric for distributed cache, Ristretto for high-performance and redis too. Then it's easy to implement a new provider by implementing a provider interface. Check out the repo : https://github.com/darkweak/souin