1
0
Fork 0
mirror of https://codeberg.org/Codeberg/pages-server.git synced 2025-08-13 19:10:54 +00:00
pages-server/server/cache/setup.go

8 lines
117 B
Go
Raw Permalink Normal View History

2021-12-03 04:15:48 +01:00
package cache
import "github.com/OrlovEvgeny/go-mcache"
func NewKeyValueCache() SetGetKey {
return mcache.New()
}