Module cached_package_store

Module cached_package_store 

Source

Structsยง

CachedPackageStore
The CachedPackageStore is a PackageStore implementation that uses a MoveRuntime to fetch and cache packages. It also uses an underlying TransactionPackageStore to fetch packages that are not in the cache. This is used to provide package loading (from storage) for the Move VM, while also allowing for packages that are being published in the current transaction to be found.