package
3.0.0-20250225100611-da4e44b77af4
Repository: https://github.com/cloudreve/cloudreve.git
Documentation: pkg.go.dev

# Functions

Deletes 删除值.
Get 获取缓存值.
GetSettings 根据名称批量获取设置项缓存.
Init 初始化缓存.
No description provided by the author
NewMemoStore 新建内存存储.
NewRedisStore 创建新的redis存储.
Restore restores cache from given disk file.
Set 设置缓存值.
SetSettings 批量设置站点设置缓存.

# Constants

No description provided by the author

# Variables

Store 缓存存储器.

# Structs

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

# Interfaces

Driver 键值缓存存储容器.