//
pkg.gl
Category
github.com/Rascal0814/boot
cache
package
1.0.9
Repository:
https://github.com/rascal0814/boot.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
7
Dependents
1
Files
90 SLOC
#
Packages
test
No description provided by the author
#
Functions
New
New 创建一个缓存管理器.
NewWithPrefix
NewWithPrefix 创建一个缓存管理器并携带前缀.
#
Structs
Manager
Manager 缓存管理器, 用于返回一个管理器用于管理缓存.
#
Interfaces
Cache
Cache 是一个缓存组件, 用于加速接口的响应速度.
Cacheable
Cacheable 表示一个可被缓存的值的约束.