 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
      View Source
      
  
var (
	DefaultTTL = time.Minute
)
    Functions ¶
This section is empty.
Types ¶
type Cache ¶
type Cache interface {
	// Registry embed the registry interface
	registry.Registry
	// Stop stop the cache watcher
	Stop()
}
    Cache is the registry cache interface
 Click to show internal directories. 
   Click to hide internal directories.