Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewLocalCacheClient ¶
func NewLocalCacheClient(option *LocalCacheOption, logger log.Logger) gcache.Cache
Types ¶
type LocalCacheOption ¶
type LocalCacheOption struct {
Size int // Size is the amount of keys that the cache can store
}
Click to show internal directories.
Click to hide internal directories.