BMBlaise Mahamaoodallyinblaiselm.hashnode.dev·Mar 11 · 4 min readGoCache: Raw TCP, Concurrency Lessons, and Ctrl+C TrapOverall Description What does the cache data structure look like? The cache combines two simpler data structures: a hashmap and a linked list. The hashmap stores references to nodes in the linked list00