package
1.1.0
Repository: https://github.com/rumis/multicache.git
Documentation: pkg.go.dev

# Functions

DefaultLocalCacheOption 默认本地缓存配置.
FreeCacheClient 获取FreeCache客户端.
InitFreeCacheSize 初始化FreeCache使用的内存大小.
NewFreeCache 创建一个新的FreeCache对象.
NewMultiFreeCache 多值本地缓存.
WithName 适配器名称.
WithPrefix 设置缓存前缀.
WithSkipGet 设置是否跳过Get操作.
WithSolutionName 场景名称.
WithSyncer 配置数据同步器.
WithThreshold 设置缓存过期噪音阈值.
WithTTL 设置缓存过期时间.
WithTTLZero 零值对象缓存过期时间.

# Constants

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

# Structs

FreeCache 基于freecache的本地缓存实现.
LocalCacheOption 本地缓存选项.
FreeCache 基于freecache的本地多值缓存实现.

# Type aliases

LocalCacheOptionFunc 本地缓存配置函数.
No description provided by the author