Some useful data structures.
A Least Frequently Used cache.
A doubly linked list.
A Least Recently Used cache.
Interface for nodes in a LinkedList.
Configuration for the LFUCache.
Configuration for the LRUCache.
Some useful data structures.