//
pkg.gl
Category
github.com/lezi-wiki/lezi-api
pkg
cache
package
1.1.3
Repository:
https://github.com/lezi-wiki/lezi-api.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
12
Dependents
1
Files
383 SLOC
#
Functions
Delete
Delete 删除缓存值.
Deletes
Deletes 删除值.
Get
Get 获取缓存值.
GetSettings
GetSettings 根据名称批量获取设置项缓存.
Init
Init 初始化缓存.
NewMemoStore
NewMemoStore 新建内存存储.
NewRedisStore
NewRedisStore 创建新的redis存储.
Set
Set 设置缓存值.
SetSettings
SetSettings 批量设置站点设置缓存.
#
Structs
MemoryStore
MemoryStore 内存存储驱动.
RedisStore
RedisStore redis存储驱动.
#
Interfaces
Driver
Driver 键值缓存存储容器.