gcache Memcache for gin web framework E.g.: Create an API cache adding the middleware to your route: router.POST("/cache/list", gcache.Intercept(time.Hour*24, func(c *gin.Context) { // handler implementation }))