open key-database deterministic
This commit is contained in:
7
server/cache/setup.go
vendored
Normal file
7
server/cache/setup.go
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
package cache
|
||||
|
||||
import "github.com/OrlovEvgeny/go-mcache"
|
||||
|
||||
func NewKeyValueCache() SetGetKey {
|
||||
return mcache.New()
|
||||
}
|
Reference in New Issue
Block a user