import "github.com/byte-mug/golang-rlogc/leveldb_rlogc"
A goleveldb cache backend. This is propably only useful in conjuction with goleveldb. For goleveldb see https://github.com/syndtr/goleveldb
func NewRlogC(decay float64, timer rlogc.Timer, initCapacity int) cache.Cacher
-
import "github.com/byte-mug/golang-rlogc/rlogc"
import "github.com/syndtr/goleveldb/leveldb/cache"
import "sync"
import "unsafe"