package
0.0.0-20241202022155-d72a74b0f150
Repository: https://github.com/lxt1045/utils.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
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
Value 为缓存对象,可反向生成缓存 Key.
# Type aliases
BatchLoaderFunc 加载多个 key 对应的 value,返回值字典里的 value **必须** 是指针类型.
No description provided by the author
Factory 生成加载缓存内容的对象,**必须** 是指针类型.
LoaderFunc 加载 key 对应的 value,value **必须** 是指针类型.
No description provided by the author
PostLoad 调用 LoaderFunc 获取值的时候.