gin-contrib / cache

Gin middleware/handler to enable Cache
https://gin-gonic.github.io/gin
MIT License
378 stars 96 forks source link

Not caching 204 #58

Open knight-shade opened 4 years ago

knight-shade commented 4 years ago

I have made a small POC. As per code and comments in middleware, it will cache any response with response code < 300, but its caching only 200.

Screenshot 2019-12-02 at 2 35 46 PM