mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2025-01-19 00:57:53 +00:00
7 lines
117 B
Go
7 lines
117 B
Go
package cache
|
|
|
|
import "github.com/OrlovEvgeny/go-mcache"
|
|
|
|
func NewKeyValueCache() SetGetKey {
|
|
return mcache.New()
|
|
}
|