# Packages
No description provided by the author
# Functions
New returns a new cache manager that interacts with the registry passed in as well as the local filesystem through the image store.
NewNoopCacheManager returns a Manager that does nothing.
# Variables
ErrorLayerNotFound is the error returned by Lookup when the layer requested was not found in the registry.
# Interfaces
Manager is the interface through which we interact with the cacheID -> image layer mapping.