Module cache
reth_
network
1.6.0
Module cache
Module Items
Structs
In crate reth_
network
reth_network
Module
cache
Copy item path
Source
Expand description
Network cache support
Structs
ยง
LruCache
A minimal LRU cache based on a
LruMap
with limited capacity.
LruMap
Wrapper of [
schnellru::LruMap
] that implements
fmt::Debug
and with the common hash builder.