Module diem_vm::data_cache

source ·
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 Diem layer but can be used as a one shot cache for systems that need a simple RemoteCache implementation (e.g. tests or benchmarks).