Module memory_store
Available on crate feature
peer-store
only.Expand description
Structs§
- Config
- Config for
MemoryStore
. - Memory
Store - A in-memory store that uses LRU cache for bounded storage of addresses and a frequency-based ordering of addresses.
- Peer
Record - Internal record of
MemoryStore
.