Expand description
Bounded FIFO caches for tracking IDs and key-value pairs with O(1) lookups.
Structsยง
- Fifo
Cache - A bounded cache that maintains a set of IDs with O(1) lookups.
- Fifo
Cache Map - A bounded cache that maintains key-value pairs with O(1) lookups.