Categorygithub.com/gocacher/badger-cache
repository
3.0.2
Repository: https://github.com/gocacher/badger-cache.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

badger-cache

implements a gocacher with 0 code:

import (
    _ "github.com/gocacher/badger-cache/easy"
    "github.com/gocacher/cacher"
)

//then enjoy it youself
func yourFunc(){
  cacher.XXX()  //see github.com/gocacher/cacher Cacher interface
}