Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type InMemoryCache ¶ added in v0.0.8
type InMemoryCache struct {
// contains filtered or unexported fields
}
func (*InMemoryCache) Get ¶ added in v0.0.8
func (r *InMemoryCache) Get(hash sha) []string
func (*InMemoryCache) Set ¶ added in v0.0.8
func (r *InMemoryCache) Set(hash sha, outputs []string)
type WorkflowCache ¶ added in v0.0.8
Click to show internal directories.
Click to hide internal directories.