Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 261 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 261 Bytes

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
}