Module evm_adapters::sputnik::cache[][src]

Expand description

Smart caching and deduplication of requests when using a forking provider

Structs

A cloneable backend type that shares access to the backend data with all its clones.

Functions

Create a new shareable state cache.

Type Definitions

A basic in memory cache (address -> Account)

A state cache that can be shared across threads