Modules

  • The LocalCache provides a local KV cache for contracts to do some offchain computation. When we say local, it means that the data stored in the cache is different in different machines of the same contract. And the data might loss when the pruntime restart or caused by some kind of cache expiring machanism.

Structs

Traits

Functions