Module cache
Expand description
Network cache support
Structsยง
- A minimal LRU cache based on a
LruMap
with limited capacity. - Wrapper of [
schnellru::LruMap
] that implementsfmt::Debug
.
Network cache support
LruMap
with limited capacity.schnellru::LruMap
] that implements fmt::Debug
.