Available on crate feature
network only.Expand description
Network cache support
Structsยง
- LruCache
- A minimal LRU cache based on a
LruMapwith limited capacity. - LruMap
- Wrapper of [
schnellru::LruMap] that implementsfmt::Debugand with the common hash builder.