Module cached

Source
Expand description

Cache database that reads from an underlying DatabaseRef. Database adapters for payload building. Database adapters for payload building.

Structs§

CachedAccount
Cached account contains the account state with storage but lacks the account status.
CachedReads
A container type that caches reads from an underlying DatabaseRef.
CachedReadsDBRef
A DatabaseRef that caches reads inside CachedReads.
CachedReadsDbMut
A Database that caches reads inside CachedReads.