Module package_cache
Expand description
This module provides functionality to cache extracted Conda packages. See
PackageCache.
Structs§
- Bucket
Key - A key that defines the actual location of the package in the cache.
- Cache
Global Lock - A global lock for the entire package cache.
- Cache
Key - Provides a unique identifier for packages in the cache. TODO: This could not be unique over multiple subdir. How to handle?
- Cache
Metadata - A validated cache entry with its associated metadata.
- Package
Cache - A
PackageCachemanages a cache of extracted Conda packages on disk. - Package
Cache Layer
Enums§
- Package
Cache Error - Errors specific to the
PackageCacheinterface - Package
Cache Layer Error - Errors specific to individual layers in the
PackageCache
Traits§
- Cache
Reporter - A trait that can be implemented to report progress of the download and validation process.