Documentation ¶
Overview ¶
Package cache provides a registry cache
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.