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

Struct Memory

cache/memory.go:9–13  ·  view source on GitHub ↗

Memory struct contains *memcache.Client

Source from the content-addressed store, hash-verified

7
8// Memory struct contains *memcache.Client
9type Memory struct {
10 sync.Mutex
11
12 data map[string]*data
13}
14
15type data struct {
16 Data interface{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected