mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2024-11-26 05:55:27 +00:00
8 lines
117 B
Go
8 lines
117 B
Go
package cache
|
|
|
|
import "github.com/OrlovEvgeny/go-mcache"
|
|
|
|
func NewKeyValueCache() SetGetKey {
|
|
return mcache.New()
|
|
}
|