Documentation
¶
Overview ¶
Package badgerdbcache provides an implementation of httpcache.Cache that uses github.com/dgraph-io/badger
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cache ¶
type Cache struct {
// contains filtered or unexported fields
}
Cache is an implementation of httpcache.Cache with boltdb storage
func New ¶
New returns a new Cache that will store a boltdb in path using bucket (defaults to "cache")
Click to show internal directories.
Click to hide internal directories.