Expand description
Expiring Hash Map and related types. See ExpiringHashMap
.
Structs§
- Expiring
Hash Map - A
HashMap
that maintains deadlines for the keys via a [DelayQueue
].
Type Aliases§
- Expired
Item - An expired item, holding the value and the key with an expiration information.