Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InstructionCache ¶
type InstructionCache interface { Probe(ctx context.Context, key digest.Digest) (bool, error) Lookup(ctx context.Context, key digest.Digest, msg string) (interface{}, error) // TODO: regular ref Set(key digest.Digest, ref interface{}) error SetContentMapping(contentKey, key digest.Digest) error GetContentMapping(dgst digest.Digest) ([]digest.Digest, error) }
func Union ¶
func Union(base, another InstructionCache) InstructionCache
Union creates a union of two caches. Set operations affects only on the base one.
Click to show internal directories.
Click to hide internal directories.