Categorygithub.com/infrago/cache
modulepackage
0.0.1
Repository: https://github.com/infrago/cache.git
Documentation: pkg.go.dev

# README

cache

infra.Go cache module.

# Functions

Clear 清理缓存.
ClearFrom 从指定库清除缓存.
Delete 删除缓存.
DeleteFrom 指定库删除缓存.
Exists 是否存在缓存.
ExistsIn 指定库是否存在缓存.
KeysFrom 获取Keys.
KeysFrom 从指定库获取Keys.
Read 读取缓存.
ReadData 读取原始数据.
ReadDataFrom 指定库读取原始数据.
ReadFrom 指定库读取缓存.
Sequence 生成序列.
SequenceOn 指定库生成序列.
Write 写缓存.
WriteData 写缓存原始数据.
WriteDataTo 指定库写缓存原始数据.
WriteTo 指定库写缓存.

# Constants

No description provided by the author

# Variables

No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

No description provided by the author
No description provided by the author

# Type aliases

No description provided by the author