Http-cache: Feedbacks are welcome!

This is a HTTP middleware for server-side application layer caching, ideal for Golang REST APIs.

It is simple, super fast, thread safe and gives the possibility to choose the adapter (memory, Redis, DynamoDB etc).

The memory adapter minimizes GC overhead to near zero and supports some options of caching algorithms (LRU, MRU, LFU, MFU). This way, it is able to store plenty of gigabytes of responses, keeping great performance and being free of leaks.

2 Likes

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.