Skip to content

PrashantBtkl/gcache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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		
}))

About

Memcache for gin web framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages