Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrorKeyNotFound = errors.New("key not found")
Functions ¶
This section is empty.
Types ¶
type BadgerCache ¶
type BadgerCache struct {
Db *badger.DB
}
func NewBadgerCache ¶
func NewBadgerCache(db *badger.DB) *BadgerCache
Click to show internal directories.
Click to hide internal directories.