Module cache
Available on crate feature
network
only.Expand description
Network cache support
Structs§
- LruCache
- A minimal LRU cache based on a
LruMap
with limited capacity. - LruMap
- Wrapper of [
schnellru::LruMap
] that implementsfmt::Debug
.