package
1.1.3
Repository: https://github.com/lezi-wiki/lezi-api.git
Documentation: pkg.go.dev

# Functions

Delete 删除缓存值.
Deletes 删除值.
Get 获取缓存值.
GetSettings 根据名称批量获取设置项缓存.
Init 初始化缓存.
NewMemoStore 新建内存存储.
NewRedisStore 创建新的redis存储.
Set 设置缓存值.
SetSettings 批量设置站点设置缓存.

# Structs

MemoryStore 内存存储驱动.
RedisStore redis存储驱动.

# Interfaces

Driver 键值缓存存储容器.