Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BigcacheError ¶
type BigcacheError int
const ( NO_ERROR BigcacheError = 1000 //没有错误. INFO BigcacheError = 1001 //普通错误. NOT_FOUND BigcacheError = 1002 //数据不存在. )
Click to show internal directories.
Click to hide internal directories.