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