Type Definition evm_adapters::sputnik::SharedCache[][src]

pub type SharedCache<T> = Arc<RwLock<T>>;
Expand description

A state cache that can be shared across threads

This can can be used as global state cache.