Skip to main content

Module fifo

Module fifo 

Source
Expand description

Bounded FIFO caches for tracking IDs and key-value pairs with O(1) lookups.

Structsยง

FifoCache
A bounded cache that maintains a set of IDs with O(1) lookups.
FifoCacheMap
A bounded cache that maintains key-value pairs with O(1) lookups.