Documentation ¶
Overview ¶
@Time : 2019/6/21 10:22 @Author : kenny zhu @File : options @Software: GoLand @Others:
@Time : 2019/6/21 10:22 @Author : kenny zhu @File : rcache @Software: GoLand @Others:
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
DefaultTTL = time.Minute
)
Functions ¶
This section is empty.
Types ¶
type Cache ¶
type Cache interface { // embed the registry interface registry.Registry // stop the cache watcher Stop() }
Cache is the registry cache interface
Click to show internal directories.
Click to hide internal directories.