package
1.5.0
Repository: https://github.com/hashicorp/vic.git
Documentation: pkg.go.dev

# Functions

ContainerCache returns a reference to the container cache.
ImageCache returns a reference to the image cache.
InitializeImageCache will create a new image cache or rehydrate an existing image cache from the portlayer k/v store.
NewRespositoryCache will create a new repoCache or rehydrate an existing repoCache from the portlayer k/v store.
RepositoryCache returns a ref to the repoCache interface.
No description provided by the author

# Variables

ErrDoesNotExist returned if a reference is not found in the store.

# Structs

An Association is a tuple associating a reference with an image ID.
Tracks our container info from calls.
ICache is an in-memory cache of image metadata.

# Interfaces

Repo provides the set of methods which can operate on a tag store.