Expand description

Scratchpad for on chain values during the execution.

Structs

A local cache for a given a StateView. The cache is private to the Aptos layer but can be used as a one shot cache for systems that need a simple RemoteCache implementation (e.g. tests or benchmarks).

Traits