Documentation ¶
Overview ¶
Package leveldbcache provides an implementation of httpcache.Cache that uses github.com/syndtr/goleveldb/leveldb
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( PluginConfig = &leveldbcacheConfig{ done: make(chan struct{}), } )
Config ...
Functions ¶
This section is empty.
Types ¶
type Cache ¶
type Cache struct {
// contains filtered or unexported fields
}
Cache is an implementation of httpcache.Cache with leveldb storage
Click to show internal directories.
Click to hide internal directories.