Expand description
A HashMap-like container which keeps track of node timestamps and can decay nodes by a timeout or a configured maximum number of nodes.
There are two classes of methods to enforce constraints:
- Immediate removal
- “Split” (the “removed” nodes are returned to the caller).
Structs§
- TtlHash
Map - Representation of decaying HashMap.
Enums§
- Auto
Clean - When to automatically run
cleanup()
.