MCPcopy
hub / github.com/silenceper/wechat / Memcache

Struct Memcache

cache/memcache.go:11–13  ·  view source on GitHub ↗

Memcache struct contains *memcache.Client

Source from the content-addressed store, hash-verified

9
10// Memcache struct contains *memcache.Client
11type Memcache struct {
12 conn *memcache.Client
13}
14
15// NewMemcache create new memcache
16func NewMemcache(server ...string) *Memcache {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected