Represents a single node in the doubly-linked list used by HttpLru. Each node holds a cached HTTP response keyed by its request hash, along with pointers to the previous and next nodes for O(1) reordering.
Represents a single node in the doubly-linked list used by HttpLru. Each node holds a cached HTTP response keyed by its request hash, along with pointers to the previous and next nodes for O(1) reordering.