# Functions
NewEvictingStringQueue creates a new queue with the given size.
No description provided by the author
# Structs
EvictingStringQueue is a queue which automatically evicts elements from the head of the queue when attempting to add new elements onto the queue and it is full.
KeyValues holds an key and a slice of values.