package
2.1.8-rc.1
Repository: https://github.com/silenceper/wechat.git
Documentation: pkg.go.dev

# Functions

DeleteContext delete value in cache.
GetContext get value from cache.
IsExistContext check value exists in cache.
NewMemcache create new memcache.
NewMemory create new memcache.
NewRedis 实例化.
SetContext set value to cache.

# Structs

Memcache struct contains *memcache.Client.
Memory struct contains *memcache.Client.
Redis .redis cache.
RedisOpts redis 连接属性.

# Interfaces

Cache interface.
ContextCache interface.