package
1.0.7
Repository: https://github.com/zlyuancn/zcache.git
Documentation: pkg.go.dev

# Variables

不进行编解码, 编码解码都直接返回原始数据, 原始数据必须为[]byte或*[]byte或string或.
默认的编解码器.
使用go内置的json包进行编解码.
使用第三方包json-iterator进行编解码.
MsgPack.
ProtoBuffer.