Structsยง
- Cached
Package Store - The
CachedPackageStoreis aPackageStoreimplementation that uses aMoveRuntimeto fetch and cache packages. It also uses an underlyingTransactionPackageStoreto 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.