# Functions
Returns the last node in the list.
InitList initializes the doubly-linked list.
Insert will insert key-value pairs nodes into the doubly linked list.
NewLRU will initialize the cache.
RemoveLast removes the least recently used item in the list.
RemoveNode removes a specific node from the list.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author