Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/silenceper/wechat
/ Get
Method
Get
cache/cache.go:10–10 ·
view source on GitHub ↗
(key string)
Source
from the content-addressed store, hash-verified
8
// Cache interface
9
type
Cache
interface
{
10
Get(key string)
interface
{}
11
Set(key string, val
interface
{}, timeout time.Duration) error
12
IsExist(key string) bool
13
Delete(key string) error
Callers
15
Get
Method · 0.65
IsExist
Method · 0.65
GetContext
Function · 0.65
TestRedis
Function · 0.65
GetTicketContext
Method · 0.65
GetTicket
Method · 0.65
GetAccessTokenContext
Method · 0.65
GetAccessTokenContext
Method · 0.65
GetAccessTokenContext
Method · 0.65
getTagKeyName
Function · 0.65
GetMsg
Method · 0.65
unmarshalSubscribePopup
Method · 0.65
Implementers
3
Memcache
cache/memcache.go
Redis
cache/redis.go
Memory
cache/memory.go
Calls
no outgoing calls
Tested by
1
TestRedis
Function · 0.52